HELLO
is there any CSL for emac for dm6446 dsp
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.
The software model for the DM6446 is to use Linux drivers on the ARM as opposed to a chip support library, so there is code included with the DVSDK to access peripherals on the device, however there is no CSL as would have been found on older DSP releases.
please note that EMAC is controlled from ARM side on DM6446; therefore, there is no DSP code for this peripheral...
The only EMAC code on the DM6446 is for the ARM, in fact the EMAC on the DM6446 is considered reserved to the DSP/C64x+ memory map (see table 2-4 of the DM6446 datasheet), so it is possible that accesses to these locations may not work as expected if at all.