Dear all.
I use CW 10.6 and KE04Z8.
I now that in flash between 0x400 to 0x40F there is protection register of cfmprotrom
The map of default cw project is:
.interrupts 0x00000000 0xc0
0x00000000 __vector_table = .
0x00000000 . = ALIGN (0x4)
*(.vectortable)
.vectortable 0x00000000 0xc0 ./Project_Settings/Startup_Code/kinetis_sysinit.o
0x00000000 InterruptVector
0x000000c0 . = ALIGN (0x4)
.cfmprotect 0x00000400 0x0
0x00000400 . = ALIGN (0x4)
*(.cfmconfig)
0x00000400 . = ALIGN (0x4)
.text 0x00000800 0x268
0x00000800 . = ALIGN (0x4)
*(.text)
*(.text*)
I have moves the start from 0x800 to 0x410 but . . How can i use the zone fron 0x0010 (after vector) to 0x0400 ?
My question is : What there is from 0x0010 to 0x0400 ?
How can i use it ?
Thanks
Stefano