Hi, S32K3 Team
I can't operate Uart on the board.
Case 1:
I'm trying a 'uart_example_S32K312' with S32K312EVB-Q172.
Tera term set on Baud Rate, Parity, Stop bit and Word Length, which according to example.
And UART pins were set on PTD2(gpio[98]) to TX and PTD3 (gpio[99]) to RX to output LPUART_3, which is the basic example setting.
Project builds and debug work. But it doesn't do anything.(Input-not working, Output-not Working)
Case - 2 :
Case-1 did not work, so it was set up by changing the Uart channel to 6, Pin Port(PTA16(gpio[16])-TX, PTA-15(gpio[15])-RX) and Interrupt in the example.
However, an HW Fault has occurred.
- BusFault: An imprecise (asynchronous) data access error has occurred.
- HardFault: A fault has been escalated to a hard fault.
Debugging showed that the value was not initialized for the rest of the structures except IP_LPUART_3 in the 'S32K312_LPUART.h' file.
Please help me with what I should try.
Installed Software
S32K3 RTD AUTOSAR 4.4 - Version 2.0.0
S32K3xx development package - Version 3.4.3
Regard