I would like to use the Teensy 4.1 as a programming tool to move an Intel Hex file into a W25X40 flash memory device.
The hex file is small enough to be hard coded into the Teensy application or it could be transmitted, line by line over a USB serial link.
Basically I want to stuff the bootloader of my target board using the Teensy as the programmer.
The hex file is small enough to be hard coded into the Teensy application or it could be transmitted, line by line over a USB serial link.
Basically I want to stuff the bootloader of my target board using the Teensy as the programmer.