Clement Treangle
New member
Hi everybody !
I am currently working on a speaker identification program, in using a Teensy 3.1.
For that, I am using a ADMP441, which works with i2s.
The fact is... Actually it is complicated. In the one hand, I would like to use pin 16 for I2S0_RXD0 and pin 17 for I2S0_RX_BCLK.
In the other hand, I would like to send the sample frequency directly via an other microcontroller, a msp430g2553 (or generate
the clock directly in the msp430, it would be easier).
Anyway, I saw that we could use i2s only with particular pins. So I wondered if it was possible to use pin 16 and pin 17, because
the other pins are already used for me...
Here are some schematics, for a better understanding.
ADMP441 schematic

MSP430G2553 schematic

Teensy schematic

I hope I have been clear in my explanations...
I am currently working on a speaker identification program, in using a Teensy 3.1.
For that, I am using a ADMP441, which works with i2s.
The fact is... Actually it is complicated. In the one hand, I would like to use pin 16 for I2S0_RXD0 and pin 17 for I2S0_RX_BCLK.
In the other hand, I would like to send the sample frequency directly via an other microcontroller, a msp430g2553 (or generate
the clock directly in the msp430, it would be easier).
Anyway, I saw that we could use i2s only with particular pins. So I wondered if it was possible to use pin 16 and pin 17, because
the other pins are already used for me...
Here are some schematics, for a better understanding.
ADMP441 schematic

MSP430G2553 schematic

Teensy schematic

I hope I have been clear in my explanations...