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 Crisbe

  1. C

    MCS51 wiht 16 Bit multiply

    Or U can use the MDU from a 80C517 from Infineon. A 16*16 multiplication takes 4 cycles. Regards
  2. C

    fast 8051 microcontroller

    Look, a 51 is for controlling not for big computing or even float point operations. First decide whitch amount of speed U need and what kind of peripherals, than pick your best fitting uC. An ARM has much more power (compared at same clock rate) as an 51. But there are many more derivatives of...
  3. C

    Looking for 4/8-bit low power MCU for a battery application

    Maybe the NEC 78K-Series is what U are looking for. Also very less power consumtion. But always remember: U can have the less power using micro in galaxy. If your program isn't designed for low power, U won't get long battery-life. So try to enter Stop-Mode as often U can. Regards
  4. C

    How to design two serial ports on the 8051?

    There are three options (as usual): 1. get a 51 with second hardware Uart e.g. 80C517 (old but many peripherals) 2. use the bus-interface to connect an external Uart e.g. 16550, the external bus-interface is a big advance of the 51 compared to PICs or the small AVRs. 3. programm a software Uart...
  5. C

    Req: MSP430 JTAG Protocol!

    Thanks! It's the other way around, but I can see at the sources how the debug-interface works. Regards
  6. C

    Req: MSP430 JTAG Protocol!

    slaa149 And what about the debug-interface? I can't find any information about this on the ti-site. Regards
  7. C

    general purpose switching FET

    My favorite FETs with power is BUZ10 and IRF540 (nChannal-enh). Simple to use and quite fast. For pChannal IRF9540 is a good choice (cheap).
  8. C

    eprom 27c256 High/low 128k segment selection?

    Yes, very right. U can also use a port-pin of your uC. This is called code-banking with no common page. Many linker support this. So u can program in double space. There are even more possibilities for code-banking. But these are more complicated to tell your linker. Look at this **broken link...
  9. C

    Newbie to Microcontrollers

    If u want to start with an uC u should use a quite simple one with a simple tool-chain. So I think u should start with a PIC. U can get a complete EDA from https://www.microchip.com The program have a simple simulator u can start with and some simple examples. If u want to burn your prog in a...
  10. C

    I need phase shift PWM application

    What kind of design u are planning? If u use a uC, u can make this quite simple in using an internal ressource (e.g. 8051 or the bigger PICs). U must only adjust some register and it works. Mostly all motor-application work this way. Or do u search for a single chip-solution? Then u can use...
  11. C

    Microcontroller & overclock

    I know that u can overclock a 80C166 with 24MHz Crystal. Yes, the chip will become hot... If u know that u have an asynchron uC-design, it should be overclocked easily. Mostly not the complete chip goes mad, but if there is a PLL or anything other analog part this will have a problem...
  12. C

    Where to start learning Electronics?

    It's a good way to walk to your local library and look through several books. I can't remember a real "Start-here"-book. Most of them explain the basic parts like resistors etc. Boring but u will need this. But you can search after books from Elektor http://www.elektor-electronics.co.uk/ or ELV...
  13. C

    Online Shop for elec. Components

    Also u can take a look here: http://www.heho-elektronik.de/ If u search for business proposal look at Farnell, Bürklin, Schluricht, RS, MSC etc
  14. C

    where to migrate form microchip ?

    If u want more "embedded" speed look for Motorola's ColdFire-Series. These are 68k-Derivatives and so u can get many development-tools.
  15. C

    Highest current sink, TTL, HC, HS etc ????

    I'm not really sure what kind have the highest current, but AC is a good choice - quite fast and survives much. :cool:

Part and Inventory Search

Back
Top