Hi,
We have AM5708 custom board and need to use PRU1 - UART0 for debugging and we ported the firmware with reference to the project " ti-processor-sdk/example-applications/pru-icss-5.4.0/examples/am335x/PRU_Hardware_UART/",
and we are receiving junk in teraterm
we are trying to send following line via Tx "PrintMessageOut("Hello you are in the PRU UART demo test please enter 5 characters\r\n"); " and received the Junk and Rx also getting Junk . can you Confirm the below DLL config is correct for AM5708
CT_UART.DLL = 104;
CT_UART.DLH = 0;
CT_UART.MDR_bit.OSM_SEL = 0x0;
Attached our source file also ,
Don't know what went wrong.
What should I do now?
