Custom PCB Board with MIMXRT1062DVJ6B

SamS

New member
Hello,

Taking inspiration from the Teensy 4.1 (and the NXP 1060-EVK) I've attempted to make my own custom board.

Unfortunately I've run into hardware issues and hoping to use the experience of the forum to resolve them and then happy to supply the parts of the MCU design if it can help others.

I recognise that parts of the design are outside the scope of teensy, but hope the experience with the same chip in teensy can help me.

My issues are:
- In "Internal Boot" I can flash the chip using SWD (MCUXpresso)
- In "Serial Downloader" the chip isn't accessible.
- When flashing the chip with a program to toggle an LED, the LED will toggle
- When flashing the chip with a program to output on UART "Hello World", there is no communication over UART (and a Hardfault when debugging)

Following the Hardware Design Guidelines my power up appears to fulfill the requirements and those listed by PJRC:

1715110308002.png

I also have a switch to GND on the POR_B circuit, so I can GND POR_B during the entire power up and I still have the same issues.
1715111007621.png


All my voltages are stable and conform to the requirements in the Hardware Design Guideline:

(VDD_SOC_IN is nearing the upper limit, but could be lowered in the software)


USB_OTG_VBUS5.05
5V_Sys5.03
SNVS3.3
On / Wake Up3.28
POR_B3.26
3.3V_DCDC / 3.3V_SYS3.29
VDD_High_In3.29VDD_SOC_IN1.284
VDD_SNVS_IN3.26VDD_HIGH_CAP2.53
NVCC_GPIO3.3NVCC_PLL1.118
VDDA_ADC_3P33.29VDD_USB_CAP2.42 (3.0) (EVK101x 2.64, EVK106x 3.23)
DCDC_IN3.29VDD_SNVS_CAP1.08
NVCC_SD03.29
NVCC_SD13.29
NVCC_EMC3.3
UART1_RX3.3
UART1_TX3.29

I can also supply my board with an alternative 5V (USB not connected) but the issues are the same.

My 24MHz crystal also appears to fulfill the requirements. Below are measurement on the XTALO pin:
1715110469858.png


And here the crystals on the board:
1715110530302.png


UART is being pulled up to ensure no invalid triggers:
1715110904996.png


The BOOT_CFG pins are all being pulled to GND:
1715111183272.png


On/Off are pulled up:
1715111147858.png


I'd appreciate any and all help. I'm stumped...

Cheers,
Sam
 
Back
Top