Other Parts Discussed in Thread: SYSBIOS
Hi guys
I have to deal with Logic PD EVM HW, for example UART. For this I've downloaded biospsp_03_00_01_00 and successfully built it with gmake libs.
As a result I got the following stuff in my \biospsp_03_00_01_00\drivers\uart\lib\c6748-evm\674\debug folder :
- bios_psp_uart.ae674
The question is - how can I use it in my own project? For example I'm trying to add UART driver to the LED blink example and periodically write some debug info to the port. My steps are :
1. Add this file to the project
2. Define include folder path and CHIP_* macro in the buider settings.
As a result I get a lot of unresolved symbols and warning about incompatible COFF/ELF library format.
What am I doing wrong? What is the right way to use this driver? What does the *.ae674 extension mean? I guess it's not a standard *lib, so it could cause my issues.
Looking forward to your replies.
Kindest Regards,
Dmitry