Hi,
i am using KSDK 1.1.0 example and KDS 2.0 IDE. am working on FRDMk64f120 controller.
i am trying to change 38400 baudrate. but am getting junk value. its working fine with other baudrate . and also am using all 5-UART.
UART-0 and UART-1 working fine with 38400. but 38400 baudrate not working with UART-2,UART-3,UART-4. its working fine with other baudrate .what could be the problem?
i am doing same baudrate configuration setting for All UART. i mentioned below,
UART_HAL_SetBaudRate (UART0_BASE,120000000U,38400 );
UART_HAL_SetBaudRate (UART1_BASE,120000000U,38400 );
UART_HAL_SetBaudRate (UART2_BASE,120000000U,38400 );
UART_HAL_SetBaudRate (UART3_BASE,120000000U,38400 );
UART_HAL_SetBaudRate (UART4_BASE,120000000U,38400 );
only problem 38400 baudrate. please give some solution.
regards,
sudhakar p