hi,everyone.
version:sdk10.0
i know the nrf51822 system running order is: softdevice->bootloader->app.But i have a question when i am reading bootloader. If the program is running properly, it will be executed here.
when program is running to here, whats meaning of the "CODE_REGION_1_START(#define SD_SIZE_GET(baseaddr) (*((uint32_t *) ((baseaddr) + SD_SIZE_OFFSET))))", i can't find the address? and then i find the program execute asm code.i guess finsh this asm code,jump here to app?
now ,who can speak here how to understand code? thanks !