hello, i have similar 3 blinks of the LED after pushing the button, and this
View attachment 32843 and then disappearing.
Would your share how did you solve it. I can't see any problem with the MKL or W25Q64 connection to the MIMX
Thanks, Alex
Hello Alex,
The issues we encountered are:
-Incorrect MKL - used the unflashed component thus incorrect measurement of voltage of DCDC_PSWITCH
Steps for debugging:
1. Followed the power up sequence:
https://www.pjrc.com/store/ic_mkl02_t4.html
2. Measured each voltage levels and compare to the target level
3. Replaced the MKL to the one from PRJC Store
This solved the issue-all the voltage levels met the target values
-3 blinks - Flash chip error
Steps for debugging:
1. Reviewed the schematic used on the board versus the developers schematic, found that there have been swaps on the connection between W25Q64 and MIMX
2. Reworked the PCB to correct the connection using flying wire
3. Followed power up sequence; measure each voltage level and compared it to the target level
4. Opened Arduino - selected teensy
This solved the issue - no blinking and was able to upload the code. You might also need to check the connection of your switch.
We removed ours and just manually short the pins through wire.
Hopefully this can help. Otherwise, you can probably ask Paul for more suggestion. He's been a great help for our case.
Best regards,
Hannah