SDK: 15.3.0
Example: ble_app_multirole_lesc
Device: EYSHJNZWZ (nRF52832)
I define the following macros in "Section Placement Macros".
FLASH_PH_START=0x0 FLASH_PH_SIZE=0x80000 RAM_PH_START=0x20000000 RAM_PH_SIZE=0x10000 FLASH_START=0x30000 FLASH_SIZE=0x50000 RAM_START=0x20005000 RAM_SIZE=0x20000
Can I use these macro values in my application code?
For example "FLASH_START".
Please tell me how.