Conflict in SRAM for MCU MK22FX512VLL12

キャンセル
次の結果を表示 
表示  限定  | 次の代わりに検索 
もしかして: 

Conflict in SRAM for MCU MK22FX512VLL12

652件の閲覧回数
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 返答(返信)

557件の閲覧回数
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

557件の閲覧回数
ing_e_s_s
Contributor I

Hi Jing.

Thank a lot for your support.

0 件の賞賛
返信