在6678的cfg中,若将各种段配置为ddr3,配置ddr3地址从0x90000000,则程序能正确运行,若ddr3起始地址配为0xa0000000,则程序运行出错
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.
在6678的cfg中,若将各种段配置为ddr3,配置ddr3地址从0x90000000,则程序能正确运行,若ddr3起始地址配为0xa0000000,则程序运行出错
你的板上DDR3有多大?你可以先测试一下对0xa0000000空间的读写看是否有问题。
ddr3有2G,全部可读可写,且0xa0000000空间可以malloc,也可通过Memory Browser直接编辑,shareregion可以分配在0xa0000000上,但如果分配在0xb0000000上则HeapBufMP_create时提示出错
据合众达说是那之前批次的6678都有ddr bug,换了个最新买的就好了