Reading flash and sending to UART
Hello,I'm currently struggling to setup flash reading launched from a PC.I've used the example code for simple write and read with HAL from STM32 Cube SW.The example show a reading of an uint32_t after writing a uint64_t.Here is my code:Writing flash...