2019-05-29 05:54 AM
for loop gets slower
no influence on IRQ latency
STM32F4xxx can remap to SRAM at 0x00
there is no option to speed up IRQ times with this F7 family :thumbs_down:
2019-05-29 07:59 AM
>>you could not run code from internal SRAM because of missing remap
You can still run from Internal SRAMs.
Use ITCMRAM at 0x00000000, or DTCMRAM at 0x20000000
2019-05-29 08:33 AM
I can run code from internal SRAM too but I need IRQs and working vectortable, thats the problem !
I tyied already with DTCM RAM at 0x20000000 .. see https://community.st.com/s/question/0D50X0000AqqvO3SQI/stm32f767zi-could-not-remapped-to-internal-sram
2019-05-29 09:28 AM
And why wouldn't a vector table and code placed in ITCMRAM achieve this?
Both ITCM and DTCM RAM should permit instruction fetch.
I'd use ITCMRAM that's what it is explicitly designed and placed to achieve.