Dear all,
I am working on C5515 EVM from Spectrum Digital
I tried to run SPI EXAMPLE supported by CSL library.
I commented the following lines in source code:
line 78 #define CHIP_C5517
line 129 #define CHIP_C5504_C5514
line 135 #define CHIP_5514
to be able to compile the source code for C5515 EVM platform.
I built the code without errors but with 1 warning
But when I checked csl_spi_example.c,i saw line 184 to 194 ,where spi_eeprom_sample() function placed ,colored in grey-this means CCS discarded this code sample.
How can i correct this issue to run spi_eeprom_sample() ?
regards