CW 10.6 TAD K64 Ram usage

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

CW 10.6 TAD K64 Ram usage

ソリューションへジャンプ
655件の閲覧回数
leepenn
Contributor III

Hi,

 

I am evaluating the advantages of the K64 over the K60, the first thing I notice is that when the projects for the K64 do not show that the 256k ram is available in TAD just 126K is available. Is this a CW 10.6 limitation?

ラベル(1)
タグ(4)
0 件の賞賛
1 解決策
462件の閲覧回数
leepenn
Contributor III

I found the issue was in the K64 Linker file.

   /* kernel space starts after RAM variables (Location of MQX Kernel data + MQX heap) */

    end_of_kd   (RW): ORIGIN = 0x2000FFF0, LENGTH = 0x00000000

needed to be:

   /* kernel space starts after RAM variables (Location of MQX Kernel data + MQX heap) */

    end_of_kd   (RW): ORIGIN = 0x2002FFF0, LENGTH = 0x00000000

元の投稿で解決策を見る

0 件の賞賛
1 返信
463件の閲覧回数
leepenn
Contributor III

I found the issue was in the K64 Linker file.

   /* kernel space starts after RAM variables (Location of MQX Kernel data + MQX heap) */

    end_of_kd   (RW): ORIGIN = 0x2000FFF0, LENGTH = 0x00000000

needed to be:

   /* kernel space starts after RAM variables (Location of MQX Kernel data + MQX heap) */

    end_of_kd   (RW): ORIGIN = 0x2002FFF0, LENGTH = 0x00000000

0 件の賞賛