Tool/software: Code Composer Studio
I have successfully demonstrated the AM572x template demo. Next I am now trying to start from "SYS/BIOS GNU->Target Examples->Typical" and add functionality supporting my Cortex A project. My initial goal is to read/write UART3 using the non-STDIO APIs. Per the Processor SDK RTOS Section 3.1 Board Support I tried adding the following to main to initialize the board:
However, I got a linker error "undefined reference to Board_init." I tried adding the following to Properties->GNU Linker->Libraries
- Library: "ti.board.aa15fg"
- Library search path: "C:\ti\pdk_am57xx_1_0_16\packages\ti\board\lib\evmAM572x\a15\release"
Perhaps I am making progress since the "undefined reference to Board_init" wasn't reported. However, I now get linker error undefined reference to "UART_stdioInit." Please confirm that I am on the right track and how to resolve this "UART_stdioInit" error.
Thanks,
Dave