Conflict in SRAM for MCU MK22FX512VLL12

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

Conflict in SRAM for MCU MK22FX512VLL12

476 Views
ing_e_s_s
Contributor I

I have a problem in the MCU MK22FX512VLL12, the next document "K22 Sub-Family Reference Manual", mention that the memory SRAM is the size of 128 KB.

pastedImage_1.png

However, the linker file makes the next table. I am using Kinetis Desing Studio.

pastedImage_3.png

seems that this MCU only has a size of 64 KB in SRAM.

I am using the next version of the linker file

pastedImage_4.png

Someone, know why happen this?

2 Replies

381 Views
jingpan
NXP TechSupport
NXP TechSupport

Hi Emmanuel,

Yes, this problem is so strange. Please modify the link file to

m_data      (RW) : ORIGIN = 0x1FFF0000, LENGTH = 0x00010000

 m_data_2  (RW) : ORIGIN = 0x20000000, LENGTH = 0x00010000

Regards,

Jing

381 Views
ing_e_s_s
Contributor I

Hi Jing.

Thank a lot for your support.

0 Kudos