How to write data to external flash (w25q128) by sending a hex file over UART
I want to write data to an external flash (w25q128 with SPI) by sending a hex file from a PC to the STM32 over UART using tools such as Realterm or a python scriptI have seen examples using the external loader with STM32CubeProgrammer, but I want to ...