Georg Icking-Konert

Results 32 comments of Georg Icking-Konert

Hi Bill, thanks a lot for your fast response and the quick fix! I will keep this issue open as a reminder and close it after the upcoming update has...

Hi Bill, just tried to compile for Arduino Due with a fresh v2.0.4 installation, i.e. no modifications: - error for format() is now disappeared - errors for isFile() and openRoot()...

I tested SdFat with the above changes and extFAT & FAT32. All tests passed for Arduino Mega & Due :-) Out of curiosity: why did the library compile for Mega...

Hi Bill, is this issue already closed in v2.0.5? If yes, I would close the issue. For your feedback thanks a lot in advance! Have a great day :-) Georg

Hi Reini, thanks a lot for making _stm8gal_ better! Just one question: I understand the _snprintf()_ and _sizeof_ in lines 381 and 450. But why do you increase the length...

Hi again, I have to admit that I was a bit confused by _sizeof_ without parentheses. And even though I now learned that for expressions these are optional (but not...

hi, you are correct. Seems like these are indeed wrong :-( Thanks for the hint, I will check again

thanks for your effort! Using STM8S105C6 and ADC1_HTRH/HTRL as example, here's the reset values I found: - STM8S105x4/6 datasheet rev15: H=0x03, L=0xFF -> "wrong" - reference manual rev14: H=0xFF, L=0x03...

ad 1) I constructed them from various sources, websites, device headers, and partly datasheets. A wild mix... Actually I had asked STM for machine readable files, but they declined :-(...