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.

TMS320F28P650DH: C2000_Ware EMIF demo issue

Part Number: TMS320F28P650DH
Other Parts Discussed in Thread: C2000WARE

Tool/software:

Hi experts

I'm encountering an issue with the EMIF interface. When using the emif_ex1_16bit_asram example from C2000Ware, I noticed that the ASRAM_CS2_START_ADDR is defined as 0x10 0000, whereas the hardware manual specifies that the starting address for CS2 should be 0x30 0000. Additionally, 0x10 0000 is the starting address for FLASH_BANK4. Why is this discrepancy occurring?

In debug mode, when I attempt to write to address 0x30 0000, I receive an error, and the device remains in a reset state. Could you help me understand the root cause and how to resolve this issue?