Search results

  1. F

    I2S/SAI (1) and (2) in T4 cores

    Have a HW project up and the enable order doesn't seem to matter. I tried it both ways with DMA requests hanging off of the slave side or the master side. Doesn't seem to matter when they're right next to each other at least. Odd that the manual was so specific. I wish they'd retype whatever...
  2. F

    I2S/SAI (1) and (2) in T4 cores

    Not a problem as I said. There's just a sorta typo thing and it leaves the Tx frame fsd on..which isn't used unless you change the pin configurations to use it...it's fine. My main concern or point of interest was just trying to figure out the order of enables. Since there's just one...
  3. F

    I2S/SAI (1) and (2) in T4 cores

    The files I mentioned are in the Audio library, not the core. If someone could just go ahead and delete this thread, I'd appreciate it. If you can't get the subject correct, it probably doesn't deserve a reply.
  4. F

    I2S/SAI (1) and (2) in T4 cores

    Limiting the scope of my statements to the 1062 blocks of code. I haven't read the KINETISL or KINETISK parts, but if anyone goes to investigate after reading this, be careful because those parts are interleaved in and it's really easy to screw up. input_i2s.cpp.....uses config_i2s from...
  5. F

    st7735 multiple displays and chip select

    multiple st7735 t4.1 Yeah, I just tripped on this same problem. Initializing multiple screens I forgot that the reset call is part of the constructor. So when I get to initialize the 2nd screen, the first one resets if everything (MOSI,spiclk,DC,/rst) is in parallel and unless you're...
Back
Top