hackrf/firmware/blinky_SPIFI_SRAM
TitanMKD 0efab1710a Linker Script & New Startup to Load from SPIFI and Execute from RAM(SRAM).
Start execution in SPIFI(ROM) and at startup, code from ROM is copied to RAM and shadow pointer is modified to RAM.
So at end all the code and vector table is executed from RAM.
2012-05-30 07:33:23 +02:00
..

This is the simplest example firmware for HackRF.  It flashes three LEDs.
This Example Start execution in SPIFI(ROM) and at startup, code from ROM is copied to RAM and shadow pointer is modified to RAM.
So at end all the code and vector table is executed from RAM.