Hi,
I am working on my production hardware with nRF52840 on it. I am using MBED OS. What should be the memory map of 52840 for soft device and Application code? I am using Keil uvision so what are correct IROM1 and IRAM1 addresses?
Hi,
I am working on my production hardware with nRF52840 on it. I am using MBED OS. What should be the memory map of 52840 for soft device and Application code? I am using Keil uvision so what are correct IROM1 and IRAM1 addresses?
It depends on what Softdevice version you are using. The application's IROM1 and IRAM1 start addresses should match the Softdevice's flash and RAM requirements which are documented in the Softdevice release notes:
Note that the release notes states the minimum RAM size. The actual requirement depends on your application's Softdevice configuration. If you use the examples in our SDK the RAM settings will be printed out to your serial terminal when you call nrf_sdh_ble_enable().
It depends on what Softdevice version you are using. The application's IROM1 and IRAM1 start addresses should match the Softdevice's flash and RAM requirements which are documented in the Softdevice release notes:
Note that the release notes states the minimum RAM size. The actual requirement depends on your application's Softdevice configuration. If you use the examples in our SDK the RAM settings will be printed out to your serial terminal when you call nrf_sdh_ble_enable().