[SOLVED]storing struct into flash
Posted on August 31, 2015 at 11:04 Hello I am trying to save my settings into flash. I use a struct that storing settings, then put a pointer begining of it and store all the bytes into flash along the size of that struct. But it seems struc...