Bootloader for HC08 on android

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

Bootloader for HC08 on android

508 Views
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.

Labels (1)
0 Kudos
1 Reply

312 Views
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 Kudos