I am trying to port application from DM642 to DM6437 in CCS 3.3. My application used C6000 CSL functions.
I've installed DVSDK v 1.11 for DM6437 which includes PSP drivers v 1.10.
However I can't find the following old CSL functions in new PSP installation:
CACHE_clean
CACHE_flush
IRQ_globalRestore
IRQ_globalDisable
TIMER_open
Also linker reports that IRQ_eventTable object is not found.
Can anyone explain what is wrong?
Thanks