You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
TitanMKD 3c8e76f679 Added ROM to RAM code copy & exec with example of how to use it (miniblink_rom_to_ram). 13 years ago
..
Makefile Added ROM to RAM code copy & exec with example of how to use it (miniblink_rom_to_ram). 13 years ago
README Added ROM to RAM code copy & exec with example of how to use it (miniblink_rom_to_ram). 13 years ago
miniblink.c Added ROM to RAM code copy & exec with example of how to use it (miniblink_rom_to_ram). 13 years ago

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.