Hello,
We run linux on A15, and run BIOS on IPU. Now, we use the uart to communicate with external MCU. How to set the uart baud rate in the VSDK 03 05?
Thanks
Terence
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.
Hello,
We run linux on A15, and run BIOS on IPU. Now, we use the uart to communicate with external MCU. How to set the uart baud rate in the VSDK 03 05?
Thanks
Terence
Hi Terence,
Do you know if it's Linux or BIOS who is controlling the UART line?
Thanks,
David
Hi Terence,
You can refer to "vision_sdk/links_fw/src/rtos/utils_common/src/utils_uart.c" for setting baud rate in Vision SDK.
Thanks,
David
Hi David,
Thank you very much.
On the other hand, can we set the value of Uart Baud Rate equal to 230400U directly? We do not find the 230400U to be defined in /ti_components/drivers/pdk_01_10_01_06/packages/ti/drv/bsp_lld/uart/bsp_uart.h.
Terence
Hi Terence,
The driver supports only the listed baudrates.
Setting anything other than this will return an error.
Regards,
Prasad