Hi, I'm working on an ST Kastle and was wondering if anyone could direct me on how to flash the ATtiny? I have already been able to set up Arduino as an ISP and burned a bootload on the the ATtiny and was also able to load a basic blink. From here I'm not certain how to run the .hex firmware files supplied from ST. Thanks for any help you can give.
top of page
To see this working, head to your live site.
ATTiny85 flashing
ATTiny85 flashing
1 comment
Kommentare (1)
bottom of page
Hey Chris, Utilizing an AVR programmer and a programming tool like Microchip Studio or AVRDUDESS, you can establish a connection between your EuroKastle and a computer through the AVR ISP headers (VCO and LFO). Launch the programming tool, opt for ATTINY85 as the target, and adjust the fuse settings to e:0xff, h:0xdf, l:0xe2. Subsequently, choose the provided *.hex file and initiate the microcontroller programming. The software should provide confirmation of the success of the process.
I personally recommend avoiding Arduino ISP for flashing hex-files in this context. Here are some helpful links. Additionally, you may find further information about flashing firmware on page 15 of the soldering guide available on the support page.
AVR Programmer Microchip Studio
Youtube-Video Flashing with Studio
AVR Dudess Cheers, Stefan