How to write and read double values with fractional part successfully at flash memory?
Hello Team,
I have imported the Flash_EraseProgram from the github about nucleo-L412RB:
I have modified the code, in order to store 6 double values at flash memory and also Ι have created a simple function that read the values from the memory.
When the values are uint64_t without fractional part I can write the memory successfully(MemoryPrograamStatus ==0) and I can read them correctly.
When I try to store double words with fractional part, MemoryProgramSatus isn't 0, which means that the memory is not be writed correctly, and also I cannnot read back the values correctly.
I attach the code and what I can see at the memory and the buffers.
Thanks in advance.

