Closed MarrekNozka closed 3 years ago
thanks for the feedback! I just uploaded a new patch which fixes this bug. Please let me know if it works. Thanks in advance!
no feedback -> close issue. If the issue persists, please re-open or open new issue
I'm sorry for my delay. It's alright. It works for me.
:-)
Use interupts from UART3 is'n possible witch sdcc. Because:
https://github.com/gicking/STM8-SPL_SDCC_patch/blob/a65f8df8560ae715a6bb736738fe9b819b2ee0fe/STM8S_StdPeriph_Lib_V2.3.1_sdcc.patch#L3263-L3264
UART3 RX and TX HANDLER and numbers of interupts is swap in header file. This is right version:
this version corresponds with functions bodies in
stm8s_it.c
:https://github.com/gicking/STM8-SPL_SDCC_patch/blob/a65f8df8560ae715a6bb736738fe9b819b2ee0fe/STM8S_StdPeriph_Lib_V2.3.1_sdcc.patch#L16105-L16122