Search results

  1. Mavriq

    Ever had a week where nothing works? Mine has to do with the ADC MCP3564 chip

    Maybe try knocking the clock rate down even further? If it worked 1 time, then nothing, perhaps that is indicating it is close to working with the clock currently set to 10MHz? Oh, you can also try putting 100Ohm resistors in series with MISO and MOSI...
  2. Mavriq

    FlexIO Black Magic

    How should someone know this if the manual doesn't mention it (I haven't found where)? Especially if the Flexio module hasn't been enabled yet. It also works itself out after a few cycles. <EDIT> The only thing I can find in the manual related to the order of setting registers is: That seems...
  3. Mavriq

    FlexIO Black Magic

    I've seen in many threads about Flexio being very particular when it comes to working. For example, if you set up one of their examples, it works. However, modifying things sometimes causes unexplained issues. Well in my experimenting I found one for sure: If you set SHIFTCTL before SHIFTCFG it...
  4. Mavriq

    FlexIO Shifters and DMA

    I'm trying to put some documentation together on FlexIO and there is one niggling item: using DMA with shifters. In Flexio_t4 it is restricted to only shifters 0-3 in Flexio1, Flexio2. In rev 2 of the manual it does only say 0-3 for SHIFTSDEN: However, in rev 3 it says all 8: Does anyone know...
  5. Mavriq

    Teensy 4.1 Interrupt, SPI and DMA documentation

    I added a general info page and did a major revision to Interrupts.
  6. Mavriq

    Teensy 4.1 Interrupt, SPI and DMA documentation

    Partially. There was a lot of work involved. Several days. It mostly helped with the low-level code as looking up all the registers and addresses from the manual is cumbersome.. I'd like the hand tweak everything further so any input is welcome.
  7. Mavriq

    Teensy 4.1 Interrupt, SPI and DMA documentation

    Hi All, I started putting together some documentation on Teensy 4.1 that isn't all in one place etc. I thought it might be useful to others so I'm posting it here. It's available on GitHub. Let me know if anything is missing, needs clarification, or is just plain wrong. Thanks!
Back
Top