Continue to Site

Welcome to EDAboard.com

Welcome to our site! EDAboard.com is an international Electronics Discussion Forum focused on EDA software, circuits, schematics, books, theory, papers, asic, pld, 8051, DSP, Network, RF, Analog Design, PCB, Service Manuals... and a whole lot more! To participate you need to register. Registration is free. Click here to register now.

lpc2148 and USB communication

Status
Not open for further replies.

supi

Junior Member level 1
Joined
Apr 6, 2009
Messages
16
Helped
0
Reputation
0
Reaction score
0
Trophy points
1,281
Activity points
1,384
I want to develop a system s.t lpc2148 will sense signal from its on-chip ADC. Data from ADC will be stored in memory of lpc2148 and will be transferred to PC through USB communication.
I am trying to write code for it. I am referring code from keil library for memory device. But still i am stuck.
I have written program for initialization of lpc2148 and it's working.
I have written descriptors also for my device.
But now not getting how to approach. Can anyone help?

Thanks!
 

Hi

The easy way to the task is to use the CDC library

since it is working directly with windows terminal program

First search for a CDC source code for the LPC2148 (first try NXP site or Google )
Then search for ADC code using interrupt (try the YAHOO LPC21xx group)

Build a software that use both of this code

All the best

Bobi

The microcontroller specialist
 

Status
Not open for further replies.

Similar threads

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top