Can Code Warrior not display extern memory

取消
显示结果 
显示  仅  | 搜索替代 
您的意思是: 
已解决

Can Code Warrior not display extern memory

跳至解决方案
1,278 次查看
terrybiberdorf
Contributor II

Hi have a TWR-K70F120M tower system.

 

I'm able to enable the DDR memory on the K70 board and run memory tests on it to verifies all read/write operations.

But when I attempt to view the memory (0x80000000+) with Code Warrior (CW10.4) I'm shown ???????? for each word.

 

Is there not a way to instruct CW10.4 to support view/modifying DDR memory directly?

 

Thanks

标签 (1)
0 项奖励
回复
1 解答
1,156 次查看
terrybiberdorf
Contributor II

Fix found.

I had to edit the MK70FN1M0.mem file found in my <project>/Project_Settings/Debugger/MK70FN1M0.mem

//     0x42000000 0x43FFFFFF         // Aliased to AIPS and GPIOC bitband

reserved   0x44000000 0x7FFFFFFF

range  0x80000000 0xDFFFFFFF 4 ReadWrite // 2GB DDR memory
//     0xE0000000 0xE00FFFFF         // Private Peripherals

reserved   0xE0100000 0xFFFFFFFF

在原帖中查看解决方案

0 项奖励
回复
2 回复数
1,157 次查看
terrybiberdorf
Contributor II

Fix found.

I had to edit the MK70FN1M0.mem file found in my <project>/Project_Settings/Debugger/MK70FN1M0.mem

//     0x42000000 0x43FFFFFF         // Aliased to AIPS and GPIOC bitband

reserved   0x44000000 0x7FFFFFFF

range  0x80000000 0xDFFFFFFF 4 ReadWrite // 2GB DDR memory
//     0xE0000000 0xE00FFFFF         // Private Peripherals

reserved   0xE0100000 0xFFFFFFFF

0 项奖励
回复
1,156 次查看
Rick_Li
NXP Employee
NXP Employee

the DDR2 memory range is from 0x70000000 to 0x77FFFFFF on TWR-K70F120M, there is no memory after address 0x80000000.

0 项奖励
回复