CodeWarrior Special Edition

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

CodeWarrior Special Edition

ソリューションへジャンプ
3,879件の閲覧回数
ajohn
Contributor I
Hello!
I am using the Code Warrior Special Edition vrs. 4.2 for smaller HC908JL3 projects. Now I plan to use a HC908JL8, but it is not directly supported by my Code Warrior version. Which files do I have to add / modify to get HC908JL8 support?
 
Thank you and best regards,
Andreas John
ラベル(1)
タグ(1)
0 件の賞賛
返信
1 解決策
1,073件の閲覧回数
CrasyCat
Specialist III

We did not integrate support for new derivatives in older version of the tools.

To get support for HC08JL8, you would recommend you to upgrade to a newer version of the HC08 tools. Current special edition you can download is V5.0.

It is also free of charge for customer up to 16K of C source code.

元の投稿で解決策を見る

0 件の賞賛
返信
2 返答(返信)
1,073件の閲覧回数
Nabla69
Contributor V

Hi John,

 

If the only difference is the RAM/Flash size (it's what I think), you can only modify the .PRM file of your project to declare the new memory space.
Compare the datasheet to make sure only RAM/Flash are different.

SEGMENTS /* here all RAM/ROM areas of the device are listed. Used in PLACEMENT below. */
 Z_RAM  = READ_WRITE 0x0060 TO 0x00FF;
 RAM    = READ_WRITE 0x0100 TO 0x015F;
 ROM    = READ_ONLY  0xDC00 TO 0xFBFF;
END

Cheers,

Alvin.
1,074件の閲覧回数
CrasyCat
Specialist III

We did not integrate support for new derivatives in older version of the tools.

To get support for HC08JL8, you would recommend you to upgrade to a newer version of the HC08 tools. Current special edition you can download is V5.0.

It is also free of charge for customer up to 16K of C source code.

0 件の賞賛
返信