Hey guys,
Looking for inspiration here...
I have a simple program that simply initialize the uart framework and send some data on uart 0. I am testing with both implementation: TI drivers and driver lib.
On the LAUNCHXL : both implementations work fine.
On our PCBs : the TI drivers work fine but the driver lib does not send (nor receive) any data.
Any ideas what it can be ?
And here's the catch: If I run a debug session with TI driver and then, right away (without unplugging the debugger, or restarting the our board), the driver lib also work !!!
Thanks for any help !