I have a lot of data to write to the information memory and want to use the Block write rather than single byte write. This means I have to execute out of RAM while the write is happening. Any clues as to how to do this?
My plan is to define a function pointer to the writing function in ROM and use that to copy the function to a location in RAM. The location in RAM will also be a function pointer so it is just a matter of executing the function in RAM at the pointer. My problem is, how do I know how big the function is to work out the copy size? Has anyone managed this? Brian Smith Australia