flat assembler
Message board for the users of flat assembler.
![]() |
Author |
|
FlierMate
You can use Arduino IDE.
Then write the driver in .INO, compile to hex binary and upload it to ATmega328. With the IDE it is very easy. The Arduino IDE uses AVRDUDE internally to reflash the Arduino board. Quote: AVRDUDE is a utility to download/upload/manipulate the ROM and EEPROM contents of AVR microcontrollers using the in-system programming technique (ISP) The .INO is actually C language, if I am not mistaken. Hope this helps. |
|||
![]() |
|
bitshifter
you can use IDE without importing any bloated lib code by
creating empty .ino file and add .c file to project with main() _________________ Coding a 3D game engine with fasm is like trying to eat an elephant, you just have to keep focused and take it one 'byte' at a time. |
|||
![]() |
|
revolution
FlierMate wrote: You can use Arduino IDE. bitshifter wrote: you can use IDE ![]() connor wrote: without the use if that shitty shit shit IDE |
|||
![]() |
|
bitshifter
you can use the bare avr8-gnu toolchain to build hex file
and avrdude to flash the hex file check avrdude docs or source for protocol, there are many avr chip needs to have bootloader to support serial programming _________________ Coding a 3D game engine with fasm is like trying to eat an elephant, you just have to keep focused and take it one 'byte' at a time. |
|||
![]() |
|
< Last Thread | Next Thread > |
Forum Rules:
|
Copyright © 1999-2020, Tomasz Grysztar. Also on GitHub, YouTube, Twitter.
Website powered by rwasa.