Ask questions, find answers, and share insights on STM32 products and their technical features.
As reported here, this is obviously incorrect.Also, this has been already reported by Uwe Bonnes for 'F411/RM0383, which has indeed been corrected in the registers description, but the GPIO register map still contains the incorrect value. So, could S...
Hello,I am not sure if this is the right place to report a documentation errors!There is a typo in Table 11 in page 99. The address should be 0x0803 F000
Hi everyone. I am driving a Neopixel LED with a PWM signal in DMA mode using a timer. Even though all variables are the same, my code works with timer 3, but the same code doesn't work with timer 2 with the same timer configuration. Why could this be...
Hy,I have tried to resample a 16bit/8kHz audio signal to 16kHz and 48kHz.Conversion works, but the audio is noisy. I am tested it on development board STM32H747 CM7 core.I have tried libraries: SRC236_CM7_GCC.a and SRC236HQ_CM7_GCC.a without quality ...
HelloMy current requirement is to generate an FSK waveform with two frequencies around 3-5 MHz, a rate of about 700K, and output a square wave using PWM. The method involves switching frequencies by updating ARR and CCR using two timers—one for PWM o...
Hi everyone.I tried adding USB_OTG_FS/Virtual Port Comm to STM32F407VET6 as a device only, but the problem is that when I try to connect the STM32 USB to my PC/laptop, it says “USB not recognized” on my PC/laptop, and I think it might be a problem wi...
Hello, everyone.So, I want to assign a serial number/device number to all my devices, and each device has a different serial number/device number. My question is, how can I change the serial number/device number with the same firmware without having ...
Hey all,I have been debugging a nasty issue that I have been having over the last couple of days. I am using the STM32n657I0 MCU. The issue that I observed were random crashes in my code. Luckily the problem was well reproducible. What I observed was...
Hi everyone,I’m working on an audio recording project using the STM32H747-DISCO board with its built-in PDM microphone. The recording works — I can clearly hear my voice — but there’s a constant background white noise in the recording. I’m trying to ...