Resolved! STM32H7 - Write float value into flash memory permanently
Hello Everyone, I'm trying to write a float value into my STM32H743VIT6 flash memory, bit it jumps straight to the HardFaultHandler and I cannot understand why... Here's the two functions: HAL_StatusTypeDef Store_AltitudeMax(float altitude) { ...