HID-Serial adapter for using the LPC1114FN28/102

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

HID-Serial adapter for using the LPC1114FN28/102

1,062 Views
lpcware
NXP Employee
NXP Employee
Content originally posted in LPCWare by qqqyounng on Wed Jun 03 08:08:01 MST 2015
Hi,

I am using Mr.Diego Mariano López customers' Software USB1.1 stack.
http://www.ucontrol.com.ar/forosmf/programacion-en-asm/inalambrico-usb-12f675/

It was transplanted into LPC1114FN28/102.
I will attach a HID-Serial firmware and Loopback host.
This is not a CDC.

[img]http://hp.vector.co.jp/authors/VA058115/common/LoopBackHost.jpg[/img]

<feature>
1.To change the baud rate from the host.
2.Manipulating the communication conditions from the host.
(data length, parity, stop bits)
3.2 Output ports (DTR,RTS)

Clock:12MHz int
Register:R0-R9,R11,R12
Code:$0000 to $0D10
RAM:90bytes

Best regards,
DAN

Original Attachment has been moved to: USB1114_src_HIDserial_int12MHz_r1.zip

Labels (1)
0 Kudos
Reply
3 Replies

949 Views
lpcware
NXP Employee
NXP Employee
Content originally posted in LPCWare by chrissweet on Tue Oct 13 17:13:50 MST 2015
Wow, how did I miss that :-) I have become too cynical! A great contribution!

Chris
0 Kudos
Reply

949 Views
lpcware
NXP Employee
NXP Employee
Content originally posted in LPCWare by qqqyounng on Tue Oct 13 14:01:54 MST 2015
hi,chrissweet

main.s ---> This is an Assembler source code.

Compile command.
[cc1114]
arm-elf-as -a=main.lst -o main.o main.s
arm-elf-ld -T LPC1114.ld main.o -o main.bin
arm-elf-objcopy -Oihex main.bin main.hex

Best regards,
Dan.
0 Kudos
Reply

949 Views
lpcware
NXP Employee
NXP Employee
Content originally posted in LPCWare by chrissweet on Tue Oct 13 12:41:43 MST 2015
Hi,

   looks great but no code in the zip file. Is this what "Code:$0000 to $0D10" means :-(

Best,
Chris
0 Kudos
Reply