USB source code

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

USB source code

Jump to solution
1,986 Views
paul51
Contributor I

Hi,

 

We are looking for any examples of assemble code to implement a USB UART function in a MC9S08JM8CLC part. We do not know C, only assembly. We simply want to send commands from a host PC through an API we are having written to upload and download data from the JM device's RAM and Flash memory. I realize that most USB stacks I have seen are in C but was hoping someone my know of some code availble in assembly.

 

Thanks in advance for any help.

 

Paul

Labels (1)
0 Kudos
Reply
1 Solution
857 Views
donw
Contributor IV

Like you, I work in assembler so I have converted the CMX HID 

example C code for the JM60 into Codewarrior assembler source.

The HID has the advantage of not need a PC driver, although

data transfer is limited to ~ 10K/sec.

If this is of any use to you, email me.

micome@xtra.co.nz

View solution in original post

0 Kudos
Reply
1 Reply
858 Views
donw
Contributor IV

Like you, I work in assembler so I have converted the CMX HID 

example C code for the JM60 into Codewarrior assembler source.

The HID has the advantage of not need a PC driver, although

data transfer is limited to ~ 10K/sec.

If this is of any use to you, email me.

micome@xtra.co.nz

0 Kudos
Reply