how to use FFT on stm32f4xx series mcu?
I want to use FFT functionality on stm32f4xx mcu, so where can I find some guide document about this? Thanks!
I want to use FFT functionality on stm32f4xx mcu, so where can I find some guide document about this? Thanks!
HI,I want to change tim1 Dead-time generator setup continuously between 10 -120first time I set Dead-time with cube mx and it worked correctly sBreakDeadTimeConfig.OffStateRunMode = TIM_OSSR_DISABLE; sBreakDeadTimeConfig.OffStateIDLEMode = TIM_OSS...
I am capturing an RC PPM signal using an advanced timer with DMA. But now, I want to implement a failsafe in case of a lost connection using only hardware. The closest I got so far is using a separate timer (with pins connected externally) in reset m...
Hello ,When I debug the ADC1, In function HAL_ADC_Init(), it was blocked in " Enable ADC internal voltage regulator " because of the failure of verification ADC voltage regulator,.Here I attached the original code:if (HAL_IS_BIT_CLR(hadc->Instance...
Hi guys,I'm struggling with modem communication on embedded system that does few other tasks in realtime. I'm using TCP stack built in modem (Fibocom G510). This seem to be not complicated, but every time I'm doing it - I'm doing it diffrent way and ...
The idea of opening this question is to achieve what I put in the title: understand the encoding of the hdmi/dvi signal, in a staggered manner. I don't want to define any microcontroller capable of it yet, but my intention is, if possible (I know i...
The figure is missing: Also, the figure that was there in Rev. 6 referred to DMAMUX_RGCnCR but it should have been DMAMUX_RGxCR.
The STM32F407XX chip is used in the project, and the audio codec chip WM8978 is connected through I2S. The voice data adopts 8000 sampling rate data format 16bit, two-channel. STM32 I2S unidirectionally writes audio PCM data, using cyclic DMA double ...
I am using the VREFBUF as a reference for my ADC reading and I set it up to the max (2.5 V) and used the capacitor circuit described in AN5690 p.2 Fig. 2. The code used for my ADC and VREFBUF are described here : void VREFBUF_Init(void) { SET_BIT(R...
Hi there, I have been using STM32G474, but if I look into the HAL driver folder structure I cannot find the files for LL-Drivers. I want to use LL functions in my code. Looking forward to your quick suggestions.BRs,Waled2G474RE, the documentation say...