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 u2bpavankumar

  1. U

    reading images on SD Card mcb2300

    I am working on MCB 2300 kit which has got LPC2378 processor. It has got an SD card as well. I can read, write to some text files on the card. But now I want to read some images from SD Card. When i tried to read the images, it gives back some garbage value and then the program gets hang up. I...
  2. U

    interface camera with MCB2300

    I want to interface camera to MCB2300 through USB interface. Please let me know how this should be done
  3. U

    how to input data to serial window in Keil during debugging

    My program is executing now. On MCB 2300 the card is not sitting in its appropriate position. I need to press it down and then run my program. Now I can access my sd card and perform all the operations. Thanks for your support
  4. U

    how to input data to serial window in Keil during debugging

    I am trying to run the project SD_File which is available in folder C:/Keil/ARM/Boards/Keil/MCB2300/RL/FlashFS/SD_File I can compile it successfully. After compiling the code, I start debugging. During debugging after pressing F5 (RUN) I am supposed to get the display of intro[ ] and help[ ]...
  5. U

    how to input data to serial window in Keil during debugging

    Please let me know how to run this standard example provided in c/Keil/ARM/Boards/Keil/MCB2300/RL/FlashFS/SD_File so that i can use the functions like reading SD card, format etc., None of my serial windows during debugging allow me to type any information.
  6. U

    how to input data to serial window in Keil during debugging

    Thanks for your reply. I am trying to run the example code provided in the location <b>c/Keil/ARM/Boards/Keil/MCB2300/RL/FlashFS/SD_File</b> I can compile the code and during debugging I have tried to access the files on SD card by giving some commands on Command Window but it does n't accept...
  7. U

    how to input data to serial window in Keil during debugging

    Hi, I am working on MCB2300 (LPC2378) and I am using Keil uVision4. In my code I need to give some inputs to the code using serial window. When I open serial window (UART #1-3), I am not able to type any characters on the screen. When I have typed SIN = 'A' on the debugger's command window i...
  8. U

    reading file on SD card-MCB2300

    Hi, First of all Happy New Year to all. I am working on MCB2300 evaluation board (LPC2378 processor). It has got an SD Card slot. I want to read the files on the card. Please let me know how to perform read/write operations on the card. I am using Keil uVision4. Regards, Pavan
  9. U

    unable to use _sys_open() - keil uVision4 IDE

    Hi, I am working on MCB2300 EVB. My requirement is to read data from a file and process it in the program. As we cannot use FILE I/O functions like fopen(), fclose() directly in IDE (Keil uVision4), I am making use of semihosting. Here is my code #include <stdio.h> /* prototype...
  10. U

    FILE Handling operations for MCB 2300

    Hi, I am working on MCB2300 Evaluation Board with LPC 2378. I am using Keil uV4 IDE. I need to use some file handling operations in Keil like fopen(), fclose() etc. If I am using these functions just as we use in C language it is throwing error. I guess there is some specific procedure to do...
  11. U

    need help for programming LPC2378 in C

    Hi all, Hope everyone is doing fine. I need to do programming on LPC2378. I have MCB 2300 kit with me. I need to do coding in C. I have some basic idea of C programming. To start with LPC 2378, I have referred to User Manual which is 684 pages document and I landed in confusion. Please let me...

Part and Inventory Search

Back
Top