10-17-2019 08:31 AM
All:
In my previous project I used the function XUartLite_RecvByte(BASEADDRESS) to read the UART attached to my uBlaze. BASEADDRESS was defined as a u32. In Vivado 2019.1 BASEADDRESS is now a UINTPTR.
My original sytax was: c = XUartLite_RecvByte (XPAR_AXI_UARTLITE_0_BASEADDR);
How do I convert the above XUartLite_RecvByte statement to be compatible with a UINTPTR.
The message I get is as follows:
../src/cli.c: In function 'cli_get_command':
../src/cli.c:569:13: warning: implicit declaration of function 'XUartLite_RecvByte' [-Wimplicit-function-declaration]
c = XUartLite_RecvByte (XPAR_AXI_UARTLITE_0_BASEADDR);
Thanks,
Marv
10-17-2019 10:24 AM
All:
The problem has been solved. I had to ask a software person for help. Thanks,
Marv
10-17-2019 10:24 AM
All:
The problem has been solved. I had to ask a software person for help. Thanks,
Marv