Search found 1 match
- Wed Feb 12, 2025 11:26 am
- Forum: ESP-IDF
- Topic: porting i2s - pdm driver from idf 4.x.x to 5.3.1
- Replies: 0
- Views: 598
porting i2s - pdm driver from idf 4.x.x to 5.3.1
Hello, we have a device with an ST-MEMS microphone IMP34DT05 on an ESP32 device, it worked with the idf 4.x.x. Here is the configuration: #define ICS41350_PIN_CLK 4 #define ICS41350_PIN_DATA 2 void ICS41350_init(void) { i2s_pin_config_t pin_config; pin_config.bck_io_num = I2S_PIN_NO_CHANGE; pin_conf...