flat assembler
Message board for the users of flat assembler.
Index
> IDE Development > armega328 rs232 programing no IDE |
Author |
|
FlierMate 24 Jan 2021, 16:53
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. |
|||
24 Jan 2021, 16:53 |
|
bitshifter 16 Feb 2021, 09:53
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. |
|||
16 Feb 2021, 09:53 |
|
revolution 16 Feb 2021, 10:05
FlierMate wrote: You can use Arduino IDE. bitshifter wrote: you can use IDE connor wrote: without the use if that shitty shit shit IDE |
|||
16 Feb 2021, 10:05 |
|
bitshifter 17 Feb 2021, 16:25
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. |
|||
17 Feb 2021, 16:25 |
|
< Last Thread | Next Thread > |
Forum Rules:
|
Copyright © 1999-2025, Tomasz Grysztar. Also on GitHub, YouTube.
Website powered by rwasa.