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.

Recent content by robo111

  1. R

    LPC2148 and PC communication via USB

    Hi Friends, Using LPc2148 Development board, I've able to detect the my USb device as Mass storage device when connected to the PC. and I can copy and paste the files in the Mass storage device(496Kb) and also able to open, read and write. Now when usb is connected to system I should display...
  2. R

    USB2.0 interfacing with LPC2148 and PC

    Hello Friends, I'working on the USB bootloader development for LPC2148(ARM7) controller. Now I'm able to activate the IAP mode for booting process. while building the code I'm getting below error. arm-none-eabi-gcc: error: arm: No such file or directory arm-none-eabi-gcc: error: code.elf: No...
  3. R

    USB2.0 interfacing with LPC2148 and PC

    Hi Friends, while working with LPC2148 controller of USB, I got this error in keil Uvision 4 software. I'm trying to read cpsr and set cpsr with these function. but i have problem using them in keil uvision 4. static inline unsigned __get_cpsr(void) { unsigned long retval; asm...
  4. R

    USB2.0 interfacing with LPC2148 and PC

    Hello Friends, I've able to detect the my HID usb in the device manager and it's showing by the name of "HID compliant device" now I wants to change this name by some others name. I"ve tried to change in the usb configuration descriptor code. give me suggestion and name not changing. whether...
  5. R

    USB2.0 interfacing with LPC2148 and PC

    Hello friends, Thanks for supporting me. Now I'm able to get HID for my USb in the device manager. it's shows name as-"human compliant device". now I need to change my device name according to my choice is it possible to do it?? which USB is better to use while reading the data from PC and...
  6. R

    USB2.0 interfacing with LPC2148 and PC

    Dear Friends, I'm using the LPC2148(ARM7) controller. it has Usb2.0 in-bulit support. I'm trying to use USB as HID device . when I connect my USB to sysyem it shows the error as -"Windows has stopped this device because it has reported problems.(Code 43)" and it's not recognized in the...
  7. R

    USB2.0 interfacing with LPC2148 and PC

    Hi Friends, But i'm just using USB type B connector from development board through PC, and I had gone through virtual serial port links and it was related to drivers[should I install it??] I'm trying to communicate from PC TO MICRO CONTROLLER BOARD such that in the windows environment for...
  8. R

    USB2.0 interfacing with LPC2148 and PC

    Thank you Sir, I'm using CDC device of USB2.0.. please suggest me some links related to this Thanks
  9. R

    USB2.0 interfacing with LPC2148 and PC

    Hi Friends, I'm using the LPC2148(ARM7) controller. it has Usb2.0 in-bulit support. My assignment is to write a program in C, then i have to send it to a microcontroller through usb port. I have finished a program in C, the problem is that i don't know how to send it to microcontroller through...
  10. R

    USB2.0 interfacing with LPC2148 and PC

    Hi Friends, I'm using the LPC2148(ARM7) controller. it has Usb2.0 in-bulit support. Now USB act as a Interface b/w the controller and my PC .I wants to send data from PC and controller should able to read it and reply to PC from controller. Just like a chatting in 2-ways. How to do it?what...
  11. R

    [ARM] Generating the variable frequencies from 1hz to 12hz using LPC1115 micro controller

    Thanks For the Reply, if I use the linux device drivers (linux platform) how can I dump the linux code on my target board(LPC1115)?? how to check this controller will support the linux version and memory to store the data.
  12. R

    [ARM] Generating the variable frequencies from 1hz to 12hz using LPC1115 micro controller

    Hi Friends, By referring the LPc11xx user manual, It clearly mentioned that it doesn't have the in built USb. usually USB consists of 4 pins- Vbus(power supply),GND and 2 data lines(D+ and D-) ,so is it possible to assign the 2 General purpose I/O pins as a data lines??because USB data speed...
  13. R

    [ARM] Generating the variable frequencies from 1hz to 12hz using LPC1115 micro controller

    Ok thank you, How about LPc2148 chip? is it compact able with USB??
  14. R

    [ARM] Generating the variable frequencies from 1hz to 12hz using LPC1115 micro controller

    Thanks for Reply, Is there any external hardware(circuit) will support for the interface with USB??? or any drivers support??
  15. R

    [ARM] Generating the variable frequencies from 1hz to 12hz using LPC1115 micro controller

    Hi Friends, Presently I'm working on LPC1115FBD48 micro controller. any one please tell that can we interface the USB with micro controller? is this controller will support for the USB interfacing because I've searched the LPC1115 user manual but their are not mentioned about this USB..so is...

Part and Inventory Search

Back
Top