Hi pgo,
How to include MKV44F16?
I identify the sdid value = 0x44601145
Now I need to change the .xml
copying this:
<!-- MKV31F12-->
-<device name="MKV31F256M12" family="CortexM4F" subfamily="MKV31F25612">
<memoryRef ref="kinetis16K_32K_Ram"/>
<memoryRef ref="FTFA_PFlash0_SEC_256K_2KS"/>
<memoryRef ref="kinetisIO_MK"/>
<sdid value="0x31600A80" mask="0xFFF00F80"/>
<tclScriptRef ref="Kinetis-Kxx-Scripts"/>
<flashProgramRef ref="Kinetis-MK-FTFA-flash-program"/>
<registerDescriptionRef ref="CortexM4F-register-description"/>
<note>KV31P100M120SF8RM</note>
<note>Tested</note>
</device>
to this:
<!-- MKV44F16-->
-<device name="MKV44F16" family="CortexM4F" subfamily="MKV44F16">
<memoryRef ref="kinetis16K_32K_Ram"/>
<memoryRef ref="FTFA_PFlash0_SEC_256K_2KS"/>
<memoryRef ref="kinetisIO_MK"/>
<sdid value="0x44601145" mask="0xFFF00F80"/>
<tclScriptRef ref="Kinetis-Kxx-Scripts"/>
<flashProgramRef ref="Kinetis-MK-FTFA-flash-program"/>
<registerDescriptionRef ref="CortexM4F-register-description"/>
<note>KV44F16</note>
<note>Tested</note>
</device>
Do you think I nee to change something more?
Luciano