libopencm3/examples/lpc43xx/hackrf-jellybean/miniblink_rom_to_ram
Piotr Esden-Tempski 3d3ddc7014 Fixed all warnings for examples. 2013-02-26 19:33:42 -08:00
..
Makefile Added ROM to RAM code copy & exec with example of how to use it (miniblink_rom_to_ram). 2012-06-10 11:44:36 +02:00
README Added ROM to RAM code copy & exec with example of how to use it (miniblink_rom_to_ram). 2012-06-10 11:44:36 +02:00
miniblink.c Fixed all warnings for examples. 2013-02-26 19:33:42 -08:00

README

------------------------------------------------------------------------------
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.