Added ROM to RAM code copy & exec with example of how to use it (miniblink_rom_to_ram).

This commit is contained in:
TitanMKD
2012-06-10 11:44:36 +02:00
parent d2b15c72be
commit 3c8e76f679
7 changed files with 273 additions and 0 deletions

View File

@@ -0,0 +1,12 @@
------------------------------------------------------------------------------
README
------------------------------------------------------------------------------
This is the smallest-possible example program using libopencm3.
It's intended for the Jellybean development board from the HackRF project:
https://github.com/mossmann/hackrf
It should blink LED1 on the board.
This example copy the Code from ROM to RAM and execute code from RAM.