Other Parts Discussed in Thread: LAUNCHXL-F28379D, , C2000WARE
Hello,
I want to implement some very basic logging over an UART. I try to base my implementation on the sci_ex2_loopback_interrupts.c example. The initialization sequence of the SCI peripheral starts with a call to SCI_setConfig() followed by a call to SCI_enableModule(). Unfortunately SCI_enableModule() unconditional enables the receiver and the transmitter. Even when I implement that register assignment within SCI_enableModule() on my own, I would also have to implement SCI_setConfig(), because the last step of SCI_setConfig() is also a call to SCI_enableModule().
Is there something I've overlooked? Any example for a vanilla logging UART using the driverlib?
best regards,
Torsten