This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

CSL for VC5500 uart

Other Parts Discussed in Thread: SPRC133

I am trying to use the uart  CSL functions.

I have included csl_uart.h and csl_uartAux.h

 

In my build options I have included ...\VC5505_CSL\inc as well as the normal includes for the usbstk5505 stick

I have also added the cslVC5505L.lib to the library include file.

 

The error I receive when I build is

undefined symbol

_Reset

__divul C:\\Program Files\...      ...\cslVC5505L.lib<csl_uart.obj>

__remul  C:\\Program Files\...    ...\cslVC5505L.lib<csl_uart.obj>

_printf    ./main.obj

 

What else neds to be included?

 

Thanks

SV