Tool/software:
Platform: J784S4XG01EVM
SDK: ti-processor-sdk-rtos-j784s4-evm-11_00_00_06
Core: R5F
OS: FreeRTOS
Run With Linux: Yes
Image: Yocto build with processor-sdk-analytics-11.00.00-config.txt file
Request:
Need to increase UART baud rate to a bigger value than 3.6 Mbps for R5F cores. Is there a way to change clock frequency for UARTs?
Information:
- When i review 1.2.21 Universal Asynchronous Receiver/Transmitter Section in spruj52d TRM document for J784S4 platform, i see that the maximum baud rate for UART peripherals is 3.6 Mbps for 48 Mhz clock.
"Baud rates up to 3.6 Mbps with 48 MHz functional clock"
-
I can not find a UART register like in AM57 cores that we can change the clock as 192 Mhz and increase the baud rate to 12 Mbps (setting FUNC_192M_CLK in CM_L4PER_UARTx_CLKCTRL registers) in J784S4 TRM document.