Hi, I have got my nRF52 DK. I could flash softdevice using nrfjprog. But after reading s132 specification, i have following doubts.
- How to flash application from the address APP_CODE_BASE and APP_RAM_BASE?
- Do i need to define address for application code or it is defined in S132 library?
- Can i flash application code using nrfprog tool?
I am using GCC compiler.