Hello people,
Although I’ve done some work with arduino, I’m fairly new to embedded development and I have some concepts that I have not grasped yet.
I’m trying to program an ATTiny85 chip WITHOUT using the arduino library.
Will I manage it by using this connection diagram and and USBTinyisp?
What kind of setup does platform.IO needs for programming a barebones microcontroller?
Do I need a bootloader for that (I’m assuming that no, because a bootloader is a program that enables the chip to be programmed with other methods apart from a ISP like usbtinyisp)?
Forgive me if these questions have been answered but I searched and I didn’t manage to find a tutorial or something for that kind of programming, everyone want to use the arduino library.
Thank you