Is there any other example code for pga900 except "PGA900FirmwareGeneric-1p5" this released at 2015?
I have some trouble in UART transmiting.I use CCS5.5 and PGA900 EVM to debug, and I want to transmit PADC_DATA from PGA900 EVM to PC with UART. I connect PGA900 EVM's TP12/TP14 with a TTL to USB to PC.I tried to transmit by code "UART_TX_BUFF[0] = PADC_DATA1;",but i didn't find transmit function in "PGA900FirmwareGeneric-1p5" ?
Is there more example code for PGA900?