IAR "download and debug" reset registers ?
Hello,
I am using a Bootloader which jump to operational application.
the Bootloader configures SRAM, so that operational does not need to do it again.
Bootloader is baremetal , and operational is freeRTOS.
I use IAR.
Everything works well if I reset the board, and "Attach debugger to running application".
But If I try to: reset board and debug&download the operational application it hangs. It seems that the problem is that on debug&downloading the application all FMC register are set to zeros.
But I don't understand who is responsible for setting registers to zero. where in IAR did I configure such reset of registers ?
I did not find anything in IAR debugger configuration which explains me this reset of registers values (which were set in bootloader).
Thanks for any idea,
ranran
