Georg Icking-Konert

Results 13 issues of Georg Icking-Konert

hello, after updating from v2.0.1 to v2.0.3 I cannot compile a code for Arduino Due any more. Specifically v2.0.2 v2.0.3 fail to compile with below error message, while v2.0.1 compiles...

see [old repo](https://github.com/gicking/STM8_serial_flasher/issues/2)

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

please update bundled SDCC and stm8gal to newest version, and also trigger PlatformIO to follow. - SDCC: http://sdcc.sourceforge.net - stm8gal: https://github.com/gicking/stm8gal Thanks a lot in advance!

hi, I have a small network of Arduinos controlled via RS485 and Modbus-RTU. The setup is working correctly, and registers can be written and read as expected. However, it seems...

Hello Edward, I stumbed accross your nice STM8 examples on Github and would like to bring a related project to your attention. Unfortunately SDCC does not provide STM8 device headers,...

Hi Kelvin, this pull request: - fixes a bug in the stm8 port (using proprietary headers/code from STMicro) - adds a new stmo_oss port using only open-source headers/code Thanks for...

hello Andreas, I would like to use your tool to flash a STM8_Discovery Board under MacOS X 10.10.3. However, I ran into a problem for which I need your help....

Added option to attach custom functions to Serial receive and transmit interrupts. Receive is similar to [NeoHWSerial by SlashDevin](https://github.com/SlashDevin/NeoHWSerial) but - works transparently on AVR and SAM - user function...

just stumbled across a weird behavior. If I send a 0x00 via Serial.write(), compiler fails with the below error. Values other than 0x00 are fine, and also sending a variable...