Question
Running application from RAM
Hello,
Is it that application can only run from ITCM ? When I try to run from other SRAM such as SRAM1, it get into MEM IRQ handler.
Another issue is that on running from ITCM the HAL_Delay is much faster compared with running from internal flash (Xip). From internal flash HAL_Delay(x) waits x millisecons ( just as expected), but with ITCM it will wait much less time (about ~x/10 ).
Thank you for any comment,
Ranran
