Separated IRAM for bootloader and application
Hello allI 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...