Full playlist on the ATmega328P AVR microcontroller kzbin.info/www/bejne/eHnVqnZ8rJeIaZI
@nuborn.studio2 жыл бұрын
Thank you! What a timesaver. Thumbs up!
@giorgosvratsalis54152 жыл бұрын
Amazing bro, you saved me so much time !
@MrChrisiscool153 жыл бұрын
Thank you for this!
@DJSOP2 жыл бұрын
Hello sir, I am using pcb 5.0 Willem Eeprom Programmer and do not have a model for a chip but have socket, is it possible to make it and pay someone to add that chip to be supported? Atmel AT27C512R
@BinderTronics2 жыл бұрын
Depends if the pinout of the device will match. Best I can tell you is probably.
@DJSOP2 жыл бұрын
@@BinderTronics the socket is the same as for the winbond w39v040fbpz which I used with it and managed to flash, but maybe the datasheet of the chips in a comparison will decide if they are similar i guess...I seen an old chip programmer named EPR-01 which was compatible with the Atmel AT27C512R but no trace of software etc
@BinderTronics2 жыл бұрын
Seeit Leaper-56 maybe? The AT27C512R is listed as compatible. Not really familiar with PROM programmers.
@DJSOP2 жыл бұрын
@@BinderTronics I already have the PCB 5.0T Willem Programmer which has two of those sockets that fit the AT27C512R but no sign of the model name in the softwares menu i found, do you think you can manage to find software for that device though? would be sure a big help
@BinderTronics2 жыл бұрын
You are better off asking on general electronics forms.
@audiokees4045 Жыл бұрын
I did try with extreme burner but I still see a empty eeprom FF, I do something wrong.
@BinderTronics Жыл бұрын
Why are you not using Atmel/Microchip studio? try AVRDUDE otherwise.
@sujithbatchu507411 ай бұрын
hi sir i have done Arduino code can i use it in atmega 328
@BinderTronics11 ай бұрын
Not sure what you are asking. If you are already using a UNO R3 you are already "programming" an atmega328. If you want to use this code with Arduino and a UNO R3 you can. If you want to use Arduino code with this code you can't. The Arduino SDK for the UNO R3 (atmega328) is built on top of this type of code. It is a one way street. You can import the Arduino core into Atmel studio but I never cared for it as the Arduino SDK is to infeasible.