Bootloader for HC08 on android

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

Bootloader for HC08 on android

523 次查看
ermite
Contributor I

Hello,

i m looking for a bootloader for HC08 i could use in my android phone.

Do you know if something like this exists or if i have to translate in java the whole code of hc08sprg from an2295sw ?

(not really the whole, the interessting part for me, only for HC08).

Or using JNI or something else i could have a faster solution ?

Any help and idea are welcome.

Thanks in advance and sorry for my english.

标签 (1)
0 项奖励
1 回复

327 次查看
tonyp
Senior Contributor II

I have a platform independent bootloader that runs in your MCU.

So, if you can somehow (e.g., terminal app) send plain S19 text to your device from your Android gadget, then this bootloader may work for you: http://www.aspisys.com/code/hc08/tboot.html

It is also found inside this assembler: ASM8 HC08/9S08 Assembler (needed to assemble it) along with all the needed include files for a number of MCUs.  Click on title link to download. (If your MCU is not supported it shouldn't be too hard to adapt to another.  Ask, maybe I can find some time to help.)

0 项奖励