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 ctownsend

  1. ctownsend

    ATmega328p usart problem

    did you program the fuses to use the external clock? post your usart code.
  2. ctownsend

    [51] At89c051 not able to burn with ISP programmer.

    AT89C2051 does not use ISP programming. AT89S2051 does. If you have an AT89C2051 you need a parallel programmer something like this: https://www.kswichit.com/easy1/easy.htm
  3. ctownsend

    Atmega Fuse Doctor Source Code

    Hi, thanks for your post. However that is not the same atmega fuse doctor as in the link I posted. I think I found what I am looking for earlier today. Thanks
  4. ctownsend

    Atmega Fuse Doctor Source Code

    Hello everyone, I am just looking for the source code in asm or the Bascom file for this programmer. **broken link removed** I see the hex and bin files but no source code. Anyone?
  5. ctownsend

    [SOLVED] asm51.exe for win7 x64?

    If there are any C51 assembly guys still out there: I found a solution to this thread (which is now closed) https://www.edaboard.com/showthread.php?t=313458 download the program here: http://www.atmel.com/tools/c51asm.aspx It works with windows X64. Thanks to Ronton for bringing it to my...
  6. ctownsend

    atmega328p lock bits

    Look at the file after you read the chip. if it is 01020304.. then the chip is locked.
  7. ctownsend

    AT89LP ISP Studio Troubles

    Hello Guys, I am trying to program an atmel AT89LP6440. I built the AT89LP ISP Studio programmer board form this link here. http://www.atmel.com/Images/ISP_studio_board.zip I know my connections and everything are 100%. Just can't seem to get anything to work. I tested on an AT89S51 (so there...
  8. ctownsend

    Alternate to Atmel AVR Studio

    Well you referenced atmega8. AVRStudio4 supports atmega8 and many more devices. I am not currently using any device that AVRStudio does not support. If I do in the future there are ways around that.
  9. ctownsend

    interface eeprom AT24C32 with 89S52

    Did you join pins 31 & 40 on the MCU? Does the MCU have a proper reset circuit?
  10. ctownsend

    Alternate to Atmel AVR Studio

    download avrstudio4. It is not bulky and works very well. I use it all the time.
  11. ctownsend

    help with numbers to letters conversion in assembly 8051

    ;*********************************** ;convert data in acc to ascii and print to screen HOUT: PUSH ACC SWAP A call PHEX1 POP ACC call PHEX1 RET ;*********************************** ;hex2ascii routine PHEX1: ANL A,#0FH ADD A,#4...
  12. ctownsend

    [51] Looking for development board for Dallas DS89C450

    search google for "8051 breakout board"
  13. ctownsend

    [AVR] Hacking IR Remote and controlling the TV using Arduino UNO, TSOP and IR LED

    Get a logic analyzer. Measure the output of the remote. Then connect the logic analyzer to the output pin on your microcontroller to see if it is doing what it should.
  14. ctownsend

    89S51, 89S52 ISP Programmer using serial port or USB

    edit: April 2015 added source code as per many requests.
  15. ctownsend

    8051 Assembly Language LCD Display using AT89C2051 problem

    This is working, you will have to change your pinout to match this code, OR change the code. ALSO: in your schematic, you do not have a resistor connected to pin 3 on the LCD. You should install a 10K pot so you can adjust the contrast. Without this you may never see the test and you may think...

Part and Inventory Search

Back
Top