void ICACHE_FLASH_ATTR
user_init()
Questions
1)
ICACHE_FLASH_ATTR appears to be some pragma that places the following subroutine into external 512K byte flash but where would the code be placed if it the pragma was
omitted?
2)
If a character array is declared as
static const uint8_t ASCII[][5] =does it get stored in external 512k byte flash if not where?