To prevent Memory access collisions moved all data and execution from SRAM to Flash and CCMRAM. This also removes the warning of GCC V13+ that execution code is in the same SRAM as data what could cause remote code execution from overflows.
Needs #25 to be completed, so a rebase to remove changes that aren't made here.
To prevent Memory access collisions moved all data and execution from SRAM to Flash and CCMRAM. This also removes the warning of GCC V13+ that execution code is in the same SRAM as data what could cause remote code execution from overflows.
Needs #25 to be completed, so a rebase to remove changes that aren't made here.