Bootloader for HC08 on android

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

Bootloader for HC08 on android

517件の閲覧回数
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 返信

321件の閲覧回数
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 件の賞賛