i am currently working on flash_demo project given in kinetis KSDK 1.3.0.
in this demo there are function for flash_program and flash_program_check i understand that function and apply in my project now i need a slimiler function for flah_read from any location of flash.
please suggest me some solution regarding flash_read.
unsigned long flash_add = *(unsigned long *)0x00005420;
This is valid code and when I try to build with VisualStudio or with GCC there are no errors or warnings. Please check exactly how you have written it.
unsigned long flash_add = *(unsigned long *)0x00005420;
This is valid code and when I try to build with VisualStudio or with GCC there are no errors or warnings. Please check exactly how you have written it.