Hi All
I debug a project which include the struct CSL_UartRegs
CSL_UartRegs * localUartRegs = (CSL_UartRegs *)((Uint32)UART_Regs + uartNumber * 0x1000);
I want to know the value of the localUartRegs. but in Expression It post the error,The error and screenshot as bellow.
localUART_Regs unknown Error: identifier not found: localUART_Regs
when I try to use the Registers to find the value, but It seems that I can't find that register. I remember that Uart receive buffer register, is RBR a physical register? where can I get the value of that?
Best Regards
Yewkui Wang