I am using a Teensy 4.1 as the "brains" of a product test fixture.
I need to program the bootloader code for the target board into a W25X40cl flash device.
The 4.1 will be interfacing with a Windows application to run the test sequence and will receive lines from an Interl .hex file for the programming.
Is there any sample code available (or at least the SPI Flash interface code) so I can build a device programmer function into the 4.1?
I need to program the bootloader code for the target board into a W25X40cl flash device.
The 4.1 will be interfacing with a Windows application to run the test sequence and will receive lines from an Interl .hex file for the programming.
Is there any sample code available (or at least the SPI Flash interface code) so I can build a device programmer function into the 4.1?