I've successfully executed the example flash project, so I know how to link code into flash. What I would like to try, is running a project with the code in ram, but using flash to store a couple of float arrays. I have created my own section in flash in the linker, and used the data section pragma to put the array there. But when I run the program the debugger shows NAN for all of the values of the array. I have the init_flash() function before I use the array, is there something else that needs to be done? Thanks in advanced!