Hello,
I have a situation. I am helping some guy with 4 custom PCBs. The PCBs have atmega328s and they need a software update via means of ICSP programming. I sent my programmer (which is just a board with atmega328 pre-programmed to act as ICSP programmer). The programmer works just fine.
Plan B exists out of programming by manually uploading a .hex file using AVRDUDE.exe from a batch file. Despite the upload seems succesful (judging on screendump), the target PCB seems not working anymore. (it was just fine before the 'update', so electrically and all, it is just fine.). All 4 target PCB's show the same behaviour. The .hex file is 100% identical compared to freshly baked one. So something in the upload process seems not working.
Ofcourse it could technically be that I made some error in the code. That is not the case this time. The behaviour is that strange that even I could not have caused this..
Anyways the problem of today is IDE related:
I want to fallback to plan A which is using the arduino IDE. But the good guy has this annoying, new to me, problem:
He had an older IDE version iirc 1.6.something. I let him download the latest 1.8.x version but the problem remained.
I just told him to delete the Arduino15 folder in the appdata folder and reinstall the IDE with the 1.8.x installer.
My question: is this likely going to work?
I cannot tell from this image what file the IDE cannot find in what folder? This bug is new to me.
Kind regards,
Bas