Closed davideschiavone closed 1 month ago
when compiling with FLASH_LOAD linker script, the RAM overflow
FLASH_LOAD
so make sram buffers (or matrix B) data smaller.
Also, without the FLASH_LOAD linker script, the APP should not be run and always return 0, so the program should be gated with ifdef FLASH_LOAD.
ifdef FLASH_LOAD
@FrancescoPoluzzi can you please fix it?
when compiling with
FLASH_LOAD
linker script, the RAM overflowso make sram buffers (or matrix B) data smaller.
Also, without the FLASH_LOAD linker script, the APP should not be run and always return 0, so the program should be gated with
ifdef FLASH_LOAD
.@FrancescoPoluzzi can you please fix it?