And how is the 80-LQFP part connected? Did you spin a new board or is it connected to the 64-LQFP footprint somehow?
I only built enough to test if the chip could work. LQFP-to-2.54mm adaptor board. 100nf on every VSS+VDD pair, reset circuit added, SWD pulled high with 10K resistors, internal on-chip 3.3V reg being used (from 5V), J-link programmer, crystals and a few other odds and sods.
I made two (just in case there were errors/shorts in my wiring), but they both behave the same. Here is the prettier one:
Diodes are just convenient devices with legs that I use on the power pins. On the bottom side they have 100nf caps.
Copper tape patches are GND and 3.3V.
Have you recompiled the code to run on the ZVLK10 or are you using the same binary?
Both, initially tried same bins but also tried tweaks to the early startup code (eg disabling the memory protection unit as per prev posts, enabling GPIO and toggling pins very early in boot, etc). According to the datasheets the registers are all at the same locs, but it seems like are probably many fine details that I have not noticed. One I spotted were some bits in a reg being do-not-touch in the VLH7 but necessary for a peripheral in the VLK10; maybe I missed some of those do-not-touch bits somewhere and they're being set to values that cause undefined behaviour of the micro.
I do not think PJRC's IC_MKL02Z32_QFN16 "bootloader" chip works with MK20DX256ZVLK10, either, but you could ask and verify this at forum.pjrc.com.
Not using the bootloader, skipped that problem. Instead directly programming the part using a J-link programmer (SWD programmer).
N.B. this is known good/working for the VLH7 (our existing/old board does this) and the VLK10 seems to program fine too, but goes all weird at runtime. I should try debugging the VLH7 just to see if it also "seems" to go weird when debugged.
EDIT: Lol our old boards do actually have an 8-pin flash chip; I've been told its "not used" and there is nothing needed to get these boards running other than a single j-link program; but I suddenly have the urge to double check all of that myself