IRNAS / irnas-t5838-driver

Zephyr compatible driver for TDK's MEMS microphone T5838
2 stars 0 forks source link

Handle verification pulses from microphone after succesful configuration #4

Open KajbaM opened 1 year ago

KajbaM commented 1 year ago

Context

According to datasheet, after writing and enabling AAD functionality to microphones registers, the device responds with setting wake pin to high for approx. 12us. Current implementation of driver doesn't check for this verification pulse, but just writes the data and assumes device received everything correctly.

Required steps / Implementation details

Definition of Done