To the basics - Simplest program, flash, resources?
Posted: Tue Oct 12, 2021 2:35 am
Hello - I'm a novice. I watched https://www.youtube.com/c/BenEater 8-bit computer and now I want to write some assembly for the esp32.
I'm curious if there are resources to learn how to write a very basic set of instructions, flash them to the esp32, and get them executed.
For example, I'd like to setup the minimum chip functionality, check a GPIO for signal, turn on a led, and set a timer to interrupt and turn off the led.
I assume I need to write a couple instructions to a bin file, and copy that bin to flash on the esp32. Which flash? Which instruction does the esp32 begin reading from?
I don't want to use espidf or any other toolset at that high of a level. I just want to put bits on a flash and watch the cpu do something.
Any good resources to do this? Where do I start?
Best
Jon
I'm curious if there are resources to learn how to write a very basic set of instructions, flash them to the esp32, and get them executed.
For example, I'd like to setup the minimum chip functionality, check a GPIO for signal, turn on a led, and set a timer to interrupt and turn off the led.
I assume I need to write a couple instructions to a bin file, and copy that bin to flash on the esp32. Which flash? Which instruction does the esp32 begin reading from?
I don't want to use espidf or any other toolset at that high of a level. I just want to put bits on a flash and watch the cpu do something.
Any good resources to do this? Where do I start?
Best
Jon