Analog and audio

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

Frequency change on audio

#define F_SAMPLE 48000.0f #define F_OUT 4000.0f #define PI 3.14159f   for(uint16_t i = 0; i < sample_N; i++) { sin = sinf(i * 2 * PI * sample_dt); dataI2S[i*2] = sin * 5000; dataI2S[i*2 + 1] =sin * 5000;   } HAL_I2S_Transmit_DMA(&hi...

TS3011 schematic for datasheet figure 19

Figure 19 in the TS3011 datasheet is a recommended layout for this high-speed comparator. But there is no corresponding schematic diagram to indicate the purposes and values of the components. Where can I find this schematic diagram?

why gain is not 1 for LM324VIPT ?

Hello we have a circuit that is little sensitive, we are trying to read an analog accelerometer, our board is ready, but i noticed while working with LMV324LIPT as follower when the input voltage is higher than 4.5V the output saturates at this valu...

TS332 input overvoltage at power off

Hi ST team, I am using the TS332 comparator to do a pulse length protection. It uses a capacitor on an input which charges and discharges in function of the pulse length. At power off, this capacitor remains charged at around 700mV while the device ...