Saving Float values into FLASH, reconstructing the Floats
Posted on August 06, 2014 at 10:46 I have tested EEPROM emulation code for STM32F4 recently. It works fine. Now I want to save some data written the following code for saving some floats. For conversion of floatto int32_tand again conve...