I am trying to use the drivers from BIOSPSP 02.10.01 package on the ARM9 core of the DA830 DSK with quite little success up till now. The pre-compiled libraries in the package are only *.a674 libraries and if I try to build the package via the following command I only get makefiles which contain ae9 (for example ti.psp.uart.ae9.mak) but no libraries:
xdc -PR .
If I try to compile a sample application which uses the driver I just get the error: "XDC runtime error: can't find the library 'lib/DA830/ti.psp.uart.ae9". Is it possible at all to use the drivers of the package on the ARM9 core? Am I missing something with building the libraries?