Hello CrossRoad
Its been a while since this post came up
It looks like I need your help
I went through the post and tried to understand what to do
I have built a PCB using AT2560 (blank) ion my board
I am burning the board using ISP MKII which works fine (I only take th HEX file from the Arduino compiler and burn the file using AVR studio) this is the only way I can do it.
Any way ...
I found out that some ot the pins doesnt work
For example pin A4 on the Arduino board(93 on the Mega chip) , when I burn my Sketch on the Arduino Board it works fine but when i try to burn it on my cosume board it doesnt do anything!!!
Now the questions...
Assuming that I have a bootloader (which I found in the Arduino_pin.h)
What do I need to do with it
Should I burn it every time I load a new sketch ?
Or should I burn it on the EEPROM
I will try to ask it in a different way ...
Assuming I have a sketch that al it does is toggling that pin I was talking about,
The sketch is very small and contains of a very small amount of lines.
Do I need to add aline that calls the H file ?
Please advise (if possible with an example)
Thank you so much for your help