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

nrf52832 program can't run in flash

hi, all

my nrf52832 can not run good when download the program into the flash, and can not run good in debug session mode without breakpoint , but if I add one breakpoint at the event handle function, the program run good.

my memory config are as follows: IROM1: 0x0, size: 0x80000; IRAM1: 0x20000000, size: 0x10000

the compiler is keil5.15

can anyone help me or if the memory setting is fine, what the reason would be ?

Related