New T3.6 Board bringup issues

Status
Not open for further replies.

Tmadness

New member
I'm having issues with a new board bring up using the MK66FX1M0VLQ (T3.6), without the boot loader IC (for now). The board is a 6 layer design where the layer underneath the MCU is a GND plane. I'm having issues doing a simple print-delay loop. I cant seem to get passed the initialization stage, J link tells me i'm stuck here:
\teensy3\mk20dx128.c
Code:
// wait for crystal oscillator to begin
	while ((MCG_S & MCG_S_OSCINIT0) == 0) ;

I am using a epson FA-20 16 Mhz crystal. No external load capacitance, Cl for the crystal is 8pf.
Here's the schematic:

Screenshot 2021-04-07 113215.jpg

And the layout:

Screenshot 2021-04-07 113507.jpg

I appreciate any help!
 
Last edited:
Update: figured out the issue. It turns out it was a internal short between the internal pins of the crystal. I reflowed the crystal and that seemed to fix it.
 
Status
Not open for further replies.
Back
Top