请问:
6678的示例程序中image_processing的link.cmd中MEMOR中
MSMCSRAM_MASTER (RWX) : org = 0xc000000, len = 0x100000
MSMCSRAM_SLAVE (RWX) : org = 0xc100000, len = 0x100000
MSMCSRAM_IPC (RWX) : org = 0xc200000, len = 0x200000
是怎么实现的,MSMCSRAM_IPC在cfg文件中实现的,MSMCSRAM_MASTER和MSMCSRAM_SLAVE是在哪里定义的呢?
我把cfg拷贝到其他的工程里面,生成的link.cmd的MEMORY中只是默认的
L2SRAM (RWX) : org = 0x800000, len = 0x80000
MSMCSRAM (RWX) : org = 0xc000000, len = 0x400000
DDR3 : org = 0x80000000, len = 0x20000000
哪位大神能给解答一下,谢谢!
yang cao1:
回复 striker Qian:
问题已解决,非常感谢!