Search results

  1. A

    Quad channel output on Teensy 3.6

    hi there, I had the same issue as mmalex with the CS42448 not working properly, VQ at 1.25V instead of 2.5V and muted outputs. my fix for it is to set bit 0 (a reserved bit) in the CS42448 FunctionalMode register to 1: // set the magic bit! __write(CS42448_Functional_Mode...
Back
Top