Part Number: LAUNCHXL-F28379D
Hello!
Looking for the solution of not being able to communicate via serial port SCI-A when I boot from Flash on power up, I found that another user solved it by activating the interrupt error SCI-A RX and restarting SCI-A. It appears to be a known issue in the LaunchPadXL.
But how exactly?
1.- How are the steps to activate this SCIA_RX_ISR interrupt?
2.- What instructions do I need to restart SCI-A? The same as to start it (typical scia_init function)?
[...]
Looks like the FTDI chip booting up causes errors on the SCI-A RX line (if you have your board configured to use SCI-A for USB-to-serial coms). All I had to do was enable the interrupt for errors on SCI-A RX, and reset SCI-A when they occurred.
[...]
Thanks!
Best regards.