Other Parts Discussed in Thread: CONTROLSUITE
I"m trying to implement some of the examples in Control Suite for the F28069. The USB examples make use of the functions in uartstdio.c. If I enable UART_BUFFERED, I get compile errors for several constants:
"C:/TI/controlSUITE/device_support/f2806x/v136/MWare/utils/uartstdio.c", line 141: error: identifier "INT_UART0" is undefined
"C:/TI/controlSUITE/device_support/f2806x/v136/MWare/utils/uartstdio.c", line 141: error: identifier "INT_UART1" is undefined
"C:/TI/controlSUITE/device_support/f2806x/v136/MWare/utils/uartstdio.c", line 1539: error: identifier "UART_INT_TX" is undefined
"C:/TI/controlSUITE/device_support/f2806x/v136/MWare/utils/uartstdio.c", line 1558: error: identifier "UART_INT_RX" is undefined
"C:/TI/controlSUITE/device_support/f2806x/v136/MWare/utils/uartstdio.c", line 1558: error: identifier "UART_INT_RT" is undefined
Where are these constants defined?
In addition, with UART_BUFFERED not defined, the program compiles, but I see no UART outputs. I'm using the F28069 control card with the docking station. I have confirmed UART output over the FTDI UART with other programs.