Hi!
I'm new to Arduino world and this forum, but not new to uC and AVR.
I got from a friend an Arduino Uno R3 ( looks like an original ) board.
He would bin the board, and I told I would like to try to fix it.
So, the board is recognized by the Arduino 1.8.9 app.
It recognised as "Arduino/Genuino Uno"
That says to me does it is alive.
When I try to upload the Blink example, I got an error :
avrdude: stk500_recv(): programmer is not responding
avrdude: stk500_getsync() attempt 9 of 10: not in sync: resp=0xd3
That's nice for now.
I checked if everything is configured as it should, and found no errors.
I also read many pages on the net and here and tried out two days many advices.
No progress.
I done the Loop Back test, which was passed.
I tried to read the ATMEGA328 uC with my MiniPro external programmer device, and the result was a good uC.
When I press the reset button on the board, the L light is somehow dimming until it reach the full shine.
I assume maybe a bootloader problem on the board.
So, my question is:
How can I ( if it is possible ) flash the uC with a new bootloader but with my external MiniProg programmer?
Any resource or a bootloader package I would appreciate pls.
Thank you very much.