Files
libopencm3-examples/examples/stm32/f1/stm32-h107/flash_rw_example
Piotr Esden-Tempski e599e34073 Updated all rcc_clock_setups to use the new lookup tables.
The old "one function per config" system is depricated for quite a while
now...
2021-06-19 02:19:47 -07:00
..

README

This small example program operates on internal FLASH memory by using libopencm3.

It's intended for all devboards with STM32f107 microcontrollers. To use this example it is essential to use USART1 port. It writes text string entered via serial port terminal (ex. teraterm) into internal FLASH memory and then it reads it.