G’day
Not too sure of the protocol regarding posting Tiva questions on this forum. It seems the stellaris forum is very quiet now. Also there must be a lot like me that have grown up on the 43oh and migrated to Tiva. Anyway that’s my reasoning for posting my UART problem here (as well as on Stellaris forum).
Has anyone used Serial.print() for normal i/o to the PC terminal, while also using Serial1.print( )[pins 3&4] to communicate to another device(in my case a Bluetooth module).
The sketch works 100% With a F5529, but only Serial.print() works with Tiva.
Have played around with HardwareSerial and setModule() but only greeted with lockups.
Tks