This post is older than 2 years and might not be relevant anymore
More Info: Consider searching for newer posts

Can't run SoftDevice applications on custom module

Hello,

I'm trying to load BLE UART example on a custom module with nrf52832. I'm using SDK 14.

On the EVK it runs successfully, and I have the following addresses map:

(Application: 0x23000, SoftDevice: 0x009d)

But I can't run it successfully on my module. It flashes successfully but seems like it can't find `main()`. Here's the addresses map on my module:

(Bootloader: 0x7f000, Application: 0x23000, SoftDevice: 0x009d)

It's worth mentioning that I can run successfully sample applications that do not require SoftDevice (such as ADC example), which has the application at address 0x0.

Any ideas how to solve this problem?

Thanks

Parents Reply Children
Related