Separated IRAM for bootloader and application
Hello all
I have application that use some functions from bootloader. Sometimes when I call function from bootloader some of my variables in IRAM get changed by bootloader and that is causes problems to me. To fix that issue I decide to split IRAM to 2k for bootloader and 6k for application. I've made changes in "options for target" in both bootloader and application. After I've done this changes I have new issue with my application, it doesn't work properly and application is resenting after 2-3 minutes. 6k is more then enough memory for my application so I don't know what could cause this problems.
Does anybody have some idea what could be the problem or how to start diagnostic :)
