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 M!k

  1. M!k

    Simple sample project with STM32F303

    How about using ST's Discovery board for getting familiar with this MCU: https://www.st.com/st-web-ui/active/en/catalog/tools/PF254044 These boards are pretty cheap (11 $), conatain some sensors, LEDs etc. and the onboard debugger ST-Link. There's a firmware package available with 28 examples.
  2. M!k

    HEX File & Flash Memory

    You could use a hex2bin converter to find that out. But usually you want to know how much of the available rom size is consumed up by your program. So better will be forcing your linker to generate a map file. This map file, which is a text file, contains detailed information about the used ram...
  3. M!k

    HEX File & Flash Memory

    Don't mix up hex with bin file format. The hex file format is a text file containing destination address, data, checksum etc. See here for details: https://en.wikipedia.org/wiki/Intel_HEX If you convert the hex file to a bin file, which is the real raw data, this would be smaller than 8kB.
  4. M!k

    If anybody need help in EAGLE, ask me in this POST !

    audio jack, 3.5mm, stereo: **broken link removed**
  5. M!k

    Atmel eeprom markings,Need help to identify.

    It's an AT24C256B in DIP package, sealed 2009, week 34. See the datasheet ( http://www.atmel.com/dyn/resources/prod_documents/doc5279.pdf ), p. 14 for details
  6. M!k

    [SOLVED] Small package DIP switch?

    how about 1/2 pitch SMD type: https://www.apem.com/pdf/DHS_DIPS.pdf Unfortunately not available as 3 position switch....
  7. M!k

    can I use 5V for TFT LCD ?

    No, but how about asking Google: **broken link removed**
  8. M!k

    can I use 5V for TFT LCD ?

    You can also use simple resistor dividers to convert 5V to 3.3V. But this is (same for drivers above) only unidirectional. For bidirectional communication I'd really suggest to use a 3.3V 8051. Not hard to find. Maybe you want to read registers or memory from TFT, e.g. for modifying the picture...
  9. M!k

    If anybody need help in EAGLE, ask me in this POST !

    so how about clicking on Ripup, then on the wire that defines the polygon? So this is your "I don't know where" click ;-)
  10. M!k

    Pre-amplifier Identification

    there's no separate preamp. See schematic here: **broken link removed**
  11. M!k

    pic16c62/72/73 programmer schematic needed

    How about the P16Pro from the same author. No programmed chip required and the hardware is simple to build. Btw. the PC software is the same for Picall and P16Pro. There's a Windows and DOS version available.
  12. M!k

    Administrator rights in Windows XP

    for example ERD Commander
  13. M!k

    Any microcontroller costing less than 4$

    Your price depends on the quantity you need. Unfortunately you didn't mention the amount.
  14. M!k

    Is there a MCU that outputs 0 on all ports upon reset?

    Using a pull-down with a 89c51 won't work due to the open-collector architecture. Please take a look here: https://www.freewebs.com/maheshwankhede/basic/port.GIF So this proposal is only useful for PIC or similar. 10k should be OK

Part and Inventory Search

Back
Top