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 amrstaha

  1. A

    ST-Link V2 with Other MCUs?

    I wonder if anyone has tested the ST-Link V2 with ARM Cortex MCUs from manufacturers other than ST. I have ST-Link V2 but would like to try Freescale's Cotrx-M0+ chips such as the MKL05Z32VLC4. Appreciate your help.
  2. A

    What are the best Cortex-M3 Software Development Tools?

    I'm starting to work with STM32 Cortex-M3 from ST. I like the chips ST provides alot. It has many hardware features with a great price. I got the STM32VLDiscovery kit. The kit manual says it works with Keil, IAR, and Atollic TrueStudio. Please share experience you have with these tools if you...
  3. A

    Cortex-M3 Tools

    I'm starting to work with STM32 Cortex-M3 from ST. I like the chips ST provides alot. It has many hardware features with a great price. I got the STM32VLDiscovery kit. The kit manual says it works with Keil, IAR, and Atollic TrueStudio. Please share experience you have with these tools if you...
  4. A

    Rotating 8-bit variables in CodeVisionAVR

    Try this: x=(x<<1)|(x>>7); this will rotate the byte x one bit position to the left. x=(x>>1)|(x<<7); and this will rotate it to the right. Good luck.
  5. A

    P89LPC901 Programmer Required

    p89lpc901 Does anybody have the schematics and software for a programmer of the NXP P89LPC901 microcontroller? Any help would be appreciated. Many thanks.
  6. A

    Which one is better: PIC or 8051 ?

    Re: PIC Vs 8051 8051 MCUs are not obsoleted and I think they will last longer than most PICs. This is because 8051 is multi-vendored. Also, the 8051 CPU has undergone several enhancements by several manufacturers. Regarding speed, ATMEL, SILabs, Winbond, and NXP have very fast parts with...
  7. A

    ARM7 Philips LPC2000 Debugger Schematics with Keil?

    keil ulink-me schematic From where did you get the AN2131QC? I thought it is obsoleted... Can you help me get one?
  8. A

    ULINK2 Schematic ans printed board

    schematic of ulink2 Finally I managed to register and login. i donwloaded the schematics but there is hex file for the code inside the microcontroller. Does anyone have this software?
  9. A

    Suggest me a chip for designing a 3-phase energy meter

    Re: energy meter I have delat with Analog devices chip. They are accurate but expensive.
  10. A

    Matlab installation error

    matlab invalid entry crc There might be a problem with you source CD/DVD
  11. A

    Dont ask why AT89C51,52 programmer

    See this www.sunrom.com
  12. A

    How to get equations for self tuning PID?

    Re: self tuning pid MATLAB Central has some good info about PID autotunning
  13. A

    ULINK2 Schematic ans printed board

    ulink2 schematics I can't deal with this site. Can anyone post the files directly on the board? Are the schematics for ulink or for ulink2? ulink depends on AN2131QC which is already obsolete. Many thanks.
  14. A

    Does anybody has schematic of keil ulink for arm?

    ulink jtag schematic Here it is everything. I found them but can't find a place to buy AN2131 from. I'd be happy if anyone can help.
  15. A

    Which one is better: PIC or 8051 ?

    winbond msp430 The CPU of the 8051 is more flexible and more powerful than that of the PIC16 microcntroller. In my opinion, the PIC CPU is weak, its instructions are tedious. The only thing in favor for PIC16 is its peripherals. You can buy a PIC micro with much powerful peripherals that you...

Part and Inventory Search

Back
Top