Files
game-and-watch-flashloader/STM32H7B0VBTx_FLASH.ld
Joksan Alvarado 874d131a5c Several minor improvements aimed for speed and extensibility.
- Added a configuration option to move the interrupt vector table to ITCM and made it active.
- Relocated all code and IVT sections to ITCRAM for even faster execution in the linker script.
  Also relocated exception unwinding sections from FLASH to DTCM and updated comments.
- Disabled data section initialization (not needed anymore as DTCM is now initialized by the
  debugger).
2020-12-01 01:52:53 +01:00

6.4 KiB