Working with reserved memory on LPC1549

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

Working with reserved memory on LPC1549

Jump to solution
823 Views
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 Kudos
1 Solution
813 Views
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.

View solution in original post

0 Kudos
2 Replies
814 Views
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 Kudos
807 Views
pat_wit
Contributor II

Hi,

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

Best regards,

Patrick

0 Kudos