TMS320F28388D通过EMIF与16位sram通信,EMIF配置数据为16位模式,选择CS4片区,向地址0x380000地址写入数据时,为何0x380001地址的数据与0x380000地址的数据相同。
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.
TMS320F28388D通过EMIF与16位sram通信,EMIF配置数据为16位模式,选择CS4片区,向地址0x380000地址写入数据时,为何0x380001地址的数据与0x380000地址的数据相同。
您在项目中是否使用__byte_peripheral_32定义了任何32位地址写入?EMIF通信中是否还有其他外设,如DMA,用于复制数据?如果配置不正确,这也可能导致不正确的数据写入