Hi all,
is there a CSL support for SPI interface for my EVM. I was looking in bios_6_33_06_50, mcsdk_2_01_02_06 as well as in pdk_C6678_1_1_2_6, where i finally found cslr_spi.h file. Unfortunatelly there is not any information in the
CSL Documentation 1.0.1.4
I would like to evaluate RTSC components in a simple SPI aplication. It means to make a simple project using SYS/BIOS and SPI driver (that writes some setting to ext.device via SPI). I thought that if i use RTOS and driver, it would be the easiest way, that i do not need to take care about difficult SPI setting (setting of all registers concerned...), that i only call driver functions with particular setting. I started with project setup according to SYS/BIOS v6.33 UG, but shortly i got stucked, for example i am not able to find out information to be filled in device manager (when you create DEV list).
I have never used RTOS, i have only experiences with embedded applications, so i might have inaccurate imagination.