A tool to program microcontrollers and/or programmable logic.
1
vote
0answers
32 views
avrdude - Set programmer's path [duplicate]
I am trying to upload a hex file to my ATtiny85 with my AVR ISP MKII programmer. But avrdude says it cannot find my programmer. How can I find where my (USB) ...
3
votes
1answer
61 views
Error while uploading hex file to AVR uC
I am trying to upload a hex file to an ATtiny85 from Ubuntu by running these commands:
...
0
votes
1answer
48 views
Understanding a circuit label in ICSP programmer for atmega
I am completely new in electronics. I wanted to make a programmer (or burner) to burn my program in my Atmel16a microcontroller. I found a circuit on the internet:
(source)
Everything is clear, ...
2
votes
2answers
131 views
Compare AVR programming tools
I am dealing with PICs for some time and now I want to learn how to use an AVR. I have 2 MCUs in here, the AT32UC3C2512C-A2UT and the ATXMEGA32A4U-AU but I still dont have any programming tools.
In ...
8
votes
2answers
220 views
AVR - How to program an AVR chip in Linux
I recently got an AVRISmkII AVR programmer, and I have an ATtiny85 and ATmega328. I was wondering how I could program these chips (with the programmer) but when I try getting Atmel Studio 6 it is only ...
5
votes
1answer
22 views
How do I transition from using the Arduino IDE to plain avrdude/make?
Part three of a three part series on transitioning from Arduino to a plain AVR microcontroller and minimum supporting components (part one, part two)
I already know how to use an Arduino as a ...
9
votes
1answer
17 views
How should one switch from using an Arduino as a programmer to an external programmer?
Part two of a three part series on transitioning from Arduino to a plain AVR microcontroller and minimum supporting components (part one, part three)
I've seen a lot of people ask this on the ...
2
votes
2answers
84 views
Programming a PIC with a PIC
I'm building a device with two PICs, a PIC18F46K22 and a PIC16F88. I have a buffer on the 18F46K22 which contains a program that I want to write to the program memory of the 16F88. I can't do this ...
4
votes
1answer
60 views
Arduino bootloading
First of all I am new to Arduino so sorry if I am being a bit stupid. I want to use an atemga 328 32kb tqfp micro controller integrated on a PCB. I understand that the chip does not come with a boot ...
-1
votes
1answer
190 views
Atmega 8 is not programming once it is set to external crystal?
I am using Asim Khan's Parallel port Programmer to program my AVR ATmega8 controller. The Problem is when I changes fuse bits to external high speed crystal, then the next time programmer does not ...
1
vote
1answer
139 views
Low priced universal USB ARM JTAG that works with a broad range of devices and SDK's?
Can someone recommend a reliable USB JTAG programmer/debugger for ARM processors, mostly Cortex-M3/M4, from a variety of manufactures like ST, TI, Atmel, and NXP, that will work with Keil, IAR, etc. ...
3
votes
1answer
353 views
FTDI-based programmer works with ATmega but not ATtiny?
I'm using an FTDI-based bit-bang programmer for my AVR MCUs with AVRDUDE. It works perfectly with ATmega32A, but does not work with ATtiny45.
The command that I use to try if it works is:
...
4
votes
3answers
119 views
Is there a PIC development tool like Texas Instruments's EZ430‑F2013 to help introduce me to PIC?
I would like to familiarize myself with Microchip's PIC product line and IDE, I don't want anything too basic or cheesy, etc. I can't seem to find a device like Texas Instruments's EZ430‑F2013 USB ...
2
votes
6answers
331 views
Cheapest iButton (1-wire) adaptor/programmer scheme
I want to be able to read and write and program iButton (1-wire) devices mainly DS1990A and EPROMs. The problem is that any driver chips and readers and adapters by maxim are expensive here.
Is there ...
3
votes
3answers
152 views
Connecting to an EEPROM
I am trying to download the contents of a ROM chip following this tutorial however the chip is surface mounted and I can't remove it to put it in a breadboard.
I don't want to solder wires to the ...