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

trouble programming nrf52832

I'm having a lot of trouble trying to program both an application and a softdevice (S132) onto my board. If I use nRFgo to program the softdevice, then try to program the application using nRFgo then I get, "This hex file has data in the SoftDevice region. Try programming using "Program SoftDevice" or erase all before programming. " I am, however, able to program without errors and verify if I program the application first and the softdevice second, which is great except then my application won't run.
I'm starting with an example that doesn't require a softdevice (the saadc example) and I'm trying to send a value over bluetooth, so now I need a softdevice.
Any thoughts?

Related