Working with reserved memory on LPC1549

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

Working with reserved memory on LPC1549

跳至解决方案
2,069 次查看
pat_wit
Contributor II

Hi everybody,

i wanted to ask two questions regarding reserved memory on the LPC 1549. In the user manual on page 13 the memory region between 0x1C02 8000 and 0x4000 0000 is marked as reserved.

Now my questions:

1) What kind of memory is this (RAM, Flash)?

2) What happens if i write/copy data (for example linking process) there?

The questions may look stupid but i am forced to switch MCU regarding the supply difficulties. I am considering two write one FW for two different MCU's and solve it with linking etc.

Best regards,

Patrick

0 项奖励
回复
1 解答
2,059 次查看
ZhangJennie
NXP TechSupport
NXP TechSupport

Reserved memory is not valid Flash or RAM. if you write code or data to reserved memory, the code will go to hard fault or unexpected error.

在原帖中查看解决方案

0 项奖励
回复
2 回复数
2,060 次查看
ZhangJennie
NXP TechSupport
NXP TechSupport

Reserved memory is not valid Flash or RAM. if you write code or data to reserved memory, the code will go to hard fault or unexpected error.

0 项奖励
回复
2,053 次查看
pat_wit
Contributor II

Hi,

thanks for the answer. I was already expecting this answer.

Best regards,

Patrick

0 项奖励
回复