FwLib_STC8
FwLib_STC8 copied to clipboard
demo code for uart recieve?
Do you have a demo code or snippet for UART receive mode ?
There was a demo of UART1 tx and rx, but the implementation was not quite right, so I rewrote it and changed the lib a little bit. You can find the demo at demo/uart/uart1_timer2_rx.c. This has been tested on a STC8H3K64S2.
@IOsetting Thanks for the quick response. Will try it on the hardware and let you know.