stm8-bare-min
stm8-bare-min copied to clipboard
Tiny peripheral library for STM8 microcontrolles
ITC_BASE_ADDRESS should be 0x7F70 rather than 0x7F60 and the interrupt addresses are incorrectly based on CFG_BASE_ADDRESS
Hi. I propose to consider my changes to the repository. `_BV()` useful macro borrowed from the `avr-libc` library. Thx.
hi lujji, thanks a lot for your excellent tutorial! I really marvel at your minimalist approach :-) The RAM example worked out of the box and is easy to understand...