On 29.06.2017 21:05, David 'Miller' Lowe wrote:

src/flash/nor/kinetis.c

In kinetics_read_part_info() I had to add a 'case 0x01' to the switch(fcfg1_nvmsize) around line 1373.


You are referring to some old code and it is not clear what version.
Moreover "switch(fcfg1_nvmsize)" can hardly make a problem with a KL device, as KL has no FlexNVM at all.

I suspect the problem is in small flash size of your device, so 'case 0x01' should be added to switch (fcfg1_pfsize).
Please test http://openocd.zylin.com/4173

Tom
------------------------------------------------------------------------------
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot
_______________________________________________
OpenOCD-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/openocd-devel

Reply via email to