i am modifying psp2.10.01 UART driver to make it work with UART1 on my custom L138 board
i changed the following parameters
instNum=1
hwiNumber=8
changed the pinmux for UART1 and compiled the library using xdc.
then i built the sample application and loaded the .x674 file
i can see the UART1 interrupt enable registers getting set in the register view in the CCS
In terra term i see a set of junk charecters instead of ""
"UART Demo Starts: INPUT a file of size 1000 bytes"
i have verified the baud rate matches to 115200 on both terraterm and the in the cfg file.
the same code with changes to UART2 works on the EVM but on my customboard i
get the error message in the console of CCS as stream io generic failure when i send 1000 bytes from the teraterm
is there anything that i am missing