Join our technical discussions about Freescale Microcontrollers: M68HC12. (Freescale Semiconductor is a Subsidiary of Motorola).
|
I am using M68KIT912DP256 with an example LUT project with ProgFlash() function in NVMProg.c provided by Metrowerks. It works fine when I write to flash within page, or from RAM to current flash page. My question is how to write data to flash between pages, i.e. the main code is executing in page 38, data is to write in page 34. Adding far to target address pointer seems not work. Any suggestion? TIA. Regards, mei |