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 embpic

  1. embpic

    Connect CAN bus controller to Differential Bus Transceiver

    check following pinout which is self explanatory.
  2. embpic

    How to find information about Unknown IC on PCB

    schematic would be better. You will have draw schematic from PCB and then people can help based on connection and guessed working mechanism.
  3. embpic

    Need suggestion to choose controller

    did you check lpc148?
  4. embpic

    PICkit3 problem - Target Device ID (0x0) does not match expected Device ID (0x24c0).

    Might PIC is faulty or PGD OR PGC or connected cross to each other.
  5. embpic

    Question on the PIC programming adapter

    you just required pickit3, 5 jumper wire and PIC controller and there you go. No extra adapter or jig is required. You just have to take 5 pins out and connect it to PICKIT3.
  6. embpic

    Multiple I²C Slave Read

    i agree with DMA and interrupt based solution with power full controller. Else it'll be difficult to measure with small time span. even though multiplex will add up some delay.
  7. embpic

    Renesas R5F524T8ADFM Controller Programming help

    Are you tracing any circuit? if yes, share controller part of that circuit. As per datasheet it works with E1 Emulator and required FINE interface (pin with FINED).
  8. embpic

    [General] atmel energy meter m90e26

    We can help you once you share what you did. Is that exact circuit did you make?
  9. embpic

    [General] want to save my data in pendrive as .CSV file

    u ll need USB host to support pendrive. there many chips can do it for you with loosing communication interface.
  10. embpic

    Embedded Linux for ARM cores

    Embedded linux has many advantages. u can say portable pc which can do much more stuff. I will recommend you to use embedded linux board first. Like raspberry pi, beaglebone and many more nowadays. If u start working with this u will understand how they have installed linux on it. Which other...
  11. embpic

    [SOLVED] writing a variable on output using RB0 interrupt

    Yes you can and also if you think there is problem then use one flag raise the flag in ISR and check the flag in main loop and zero it again.
  12. embpic

    [SOLVED] suggest a RTOS for PIC24F

    which pic you ar going to use? which type data your going to send over USB?
  13. embpic

    [51] What is xdata and pdata in keil c programming

    No no.. you can use any ports. External RAM means controller itself's have RAM rather than 128 bytes.
  14. embpic

    [51] What is xdata and pdata in keil c programming

    pdata The pdata memory type may be used to declare variables only. You may not declare pdata functions. This memory is indirectly accessed using 8-bit addresses and is one 256-byte page of external data RAM of the 8051. The amount of pdata is limited in size (to 256 bytes). Variables declared...
  15. embpic

    hex file generation for eeprom

    Yes as per my opinion write one simple code with PIC then burn the data through it. it could be very easy.

Part and Inventory Search

Back
Top