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