How to correctly write 4 byte (Float) value to STM32F405 Flash memory
Hey. I would like some clarification regarding writing to Flash memory. Specificially, 4 bytes (float values).I have the following code: void FLASH_write_single_float(uint32_t address, float data_to_send) { if (address < 0x080E0000 || address > ...