User Activity

Hi all, I need to drive the ADC with TIM1 at 4MHz, drive by an external event.I want to know the clock precision on this timer. For the moment I use HSI16 and the PLL to have 80MHz on APB.I also have a LSE for the RTC.but what is the precision. I nee...
hello all, I want to write a code to test the possibility to use PC13 as output to activate a regulator when the micro is in Vbat mode.. I'm using a STM32F476.in the manual, in Vbat mode, RTC_OUT still available for Alarm ou wakeup output.so, in cube...
Hello, I try to use a nucleo to acquire a signal at 500KHz but I can't.I already use this code to acquire a 30KHz signal with DMA a 1MHz sampling and it's OK.now I try to with a wampling at 1MHZ, 10MHz, the acquire signal isn't the good one. Value fl...
hello all, I try to use the arm lib to make a FFt but I d'ont understand it well and so I can't. I need some help on it.first, I make a acquisition of a signal (form a generator).the signal is at 30KHz. I sample with the STM32 at 1MHz. I use a DMA to...
hello all, for an internship I work on modulation / unmodulation BPSK.For the modulation I used a DDS drive by a stm32.But I want to know if it's possible to make the unmodulation only with STM32. I know we can measure the freq with it but can it do ...