esl-epfl / x-heep

eXtendable Heterogeneous Energy-Efficient Platform based on RISC-V
Other
146 stars 80 forks source link

compilation example_data_processing_from_flash broken #590

Closed davideschiavone closed 1 month ago

davideschiavone commented 1 month ago

when compiling with FLASH_LOAD linker script, the RAM overflow

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.

@FrancescoPoluzzi can you please fix it?