Search results

  1. B

    Integrate Teensy 4.1 design on custom PCB

    Hi Paul, I've got a new rev of our custom Teensy4.1 and I it is not identified by PC, i suspect that manufacturer didn't buy MKL from you. Is there any possibility to program it without replacing it by yours (we need it as soon as possible). Thank you
  2. B

    Integrate Teensy 4.1 design on custom PCB

    Hi Paul, Now, I have only 2 pins 26,27 that are nor responding (possibly something on my PCB) this is the whole one: int Trev=1; char Tdate[12]= "2022-12-14"; int iiccount=0;int ts_prev=millis(); int led_ts_last=0; int tgl=0...
  3. B

    Integrate Teensy 4.1 design on custom PCB

    Dear Paul, I've replaced the Flash ("M") and it fixed the problem, now it works!! Thank you. Now I found another issue that not all I/O pins are working (26,27,33,48,51,53,55) I checked it on Teensy 4.1 and here only 3 pins (48,51,53) not functioning the code: void loop() { tgl=!tgl; for (int...
  4. B

    Integrate Teensy 4.1 design on custom PCB

    and again, thank you a lot! Will update you after replacing Best regards
  5. B

    Integrate Teensy 4.1 design on custom PCB

    thank you Paul I appreciate your fast response Best regards Alex
  6. B

    Integrate Teensy 4.1 design on custom PCB

    W25Q64JVZPIQ
  7. B

    Integrate Teensy 4.1 design on custom PCB

    Hi Hannah, Thanks a lot, pin8 of w25 is connected to Vdd and are you sure it is going directly to pin11 of MKL? it's for LED only but now i see that the EXP PAD (pin9) of W25 is connected to GND, (this should be ok) Am I correct or missing something? Regards Alex
  8. B

    Integrate Teensy 4.1 design on custom PCB

    Hello Hannah, Thank you for response! We bought MKL from PJRC and the connection looks fine, the only difference is the package of w25q64 The voltage levels also looks ok. I attached the snapshot of the connection, may be you can see something... Thanks, Alex
  9. B

    Integrate Teensy 4.1 design on custom PCB

    hello, i have similar 3 blinks of the LED after pushing the button, and this 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
Back
Top