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.

DM648 EMIF Examples

Hi

 

I am lookig for EMIF examples for DM648. where can in find? my understanding is i can use the EMIF only using the CSL?

 

Thanks

  • Typically the EMIF would be configured within the GEL file of your CCS configuration when you are debugging your application, or within the boot loader software when your application is running from flash, which is why you do not see much in the way of EMIF code in any of the examples, it will have already been handled before the examples get to run. For some example EMIF/DDR configuration code you may want to take a look at the boot loader source that can be found within C:\dvsdk_1_10_00_14\FlashUtil\DM647_8\Common\src\device.c, this is the code that would typically be configuring the EMIF in the case that you boot from flash.