This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

RTOS/TDA2PXEVM: Enabling UART4 instance for connecting sensor TDA2px evm

Part Number: TDA2PXEVM
Other Parts Discussed in Thread: SYSBIOS

Tool/software: TI-RTOS

Hi Prasad,

Thanks for the information.

We need to recieve data from the sensor connected over uart4 instance in vision sdk.   can we use the APIs from bsp_uart.h from the pdk_<install_dir>\packages\ti\drv\bsp_lld\uart\ 

directly after doing settings

1. Pinmux configuration based on the SoC pins used in your board.
2. Prcm configuration for the UART instance used.
3. Board mux configuration if needed in your board.

either in board module or separately.

Also in interrupt mode , how much data will be received ?. It is planed to interface GPS device over uart4 , so can we assume to get all string data (~240 bytes) once interrupt is received for Rx on UART.

I also want to know whether we can have reception event ?

regards

Hrishikesh