Dirk-Willem van Gulik
Dirk-Willem van Gulik
Thanks - that looks lovely. Before you go to the trouble of making PR though - feel free to sent me a private copy (dirkx(at)webweaving(dot)org) -- as I'd like to...
On 4 Nov 2024, at 01:34, vdeconinck ***@***.***> wrote: > Among the changes, I also removed the FIDDLE_BUFFER_DELAY because AFAICT it was only needed for RMT (or I didn't understand...
Thanks - not quite ideal (as it means you have to propagate a change manually or use symlinks) - but a perfectly lovely workaround.
Having the same issue - and notice that the entry for the interrupt function does not seem to be made in the interrupt table: ``` 48 ;-------------------------------------------------------- 49 ; interrupt...
Confirmed that this indeed requires ``` INTERRUPT_HANDLER(TIM2_UPD_OVF_BRK_IRQHandler, 13); /* TIM2 UPD/OVF/BRK */ INTERRUPT_HANDLER(TIM2_CAP_COM_IRQHandler, 14); /* TIM2 CAP/COM */ ``` to be uncommented in https://github.com/tenbaht/sduino/blob/0ce7e4c381028f6472eb29e8459210cee90b937d/sduino/stm8/cores/sduino/stm8s_it.h#L150 for this example code to work....