I wanna install AN2153 boot loader on my HCS12 module

取消
显示结果 
显示  仅  | 搜索替代 
您的意思是: 

I wanna install AN2153 boot loader on my HCS12 module

499 次查看
hyunkyu2_ahn
Contributor I

I got AN2153 code and wanna put it in my HCS12 MC9S12DP256 mcu.

I saved the code by .asm form and tried to convert it to binary form with nasm program.

But the only thing I got was error.

I have no idea how to install the code.

Would you explain the procedure to do that?

标记 (3)
0 项奖励
1 回复

361 次查看
tonyp
Senior Contributor II

Do you realize each assembly language needs its own assembler?

I believe NASM is not for HCS12 code but for x86.

(Then again, maybe it's a different NASM you're referring to, other than the popular one.)

0 项奖励