I'm having an issue getting the SLM example to compile with UART2.
Steps to reproduce:
- Configure project with UART2
- See error pop-up
- Compile anyways
- See Undefined reference to vector start



I'm having an issue getting the SLM example to compile with UART2.
Steps to reproduce:



Thanks a lot for the feedback, Andy! Good to hear that it works.
Using UART flow control is optional. As long as the receiving device can keep up processing the incoming data or your system can handle a possible loss of data, you do not need to use RTS/CTS.
Cheers!
Markus
Thanks a lot for the feedback, Andy! Good to hear that it works.
Using UART flow control is optional. As long as the receiving device can keep up processing the incoming data or your system can handle a possible loss of data, you do not need to use RTS/CTS.
Cheers!
Markus