Clock pins when running on internal clock
Is it ok to leave the pins floating ?Any other recommendation ?
Ask questions, find answers, and share insights on STM32 products and their technical features.
Is it ok to leave the pins floating ?Any other recommendation ?
hello!I want to read multiple ADC channels of the same ADC without using DMA. But I'm continuously facing some unknown issues (on ADC3 channel 12 &13's value randomly switching). So If any previously done example codes available for STM32f20X using t...
Further:Is there some simple "Hello Word" HID USB example available for STM32H7 Nucleo? (like in STM32F4 good old discovery times ... e. g. sending some value to this USB HID Demonstrator PC software?)?How can I search in this new forum setup in the ...
Hi, I want to configure my TIM1 to use it for driving a bldc motor. I have made several configuration in the registers, but it won't work. TIM1_CR1bits.CEN = 0; //Timer enable TIM1_CR1bits.DIR_= 0; TIM1_CR1bits.CMS = 0b01; TIM1_...
I have several slave devices devices hanging off connected to an STM32F7. When I power cycle the slave devices, the REC field in the ESR is greater than 128, causing the EPBF bit (in passive mode) to also be set. If I reload the chip, ESR is cleare...
Hello,I am working with STM32H7, Nucleo board and Atollic TrueStudio. I have a test routine processing an array of data that is in flash, test routine is also in flash. Around it I set and clear a portbit and measure execution time. Now I wanted to s...
Posting here as accidentally posted under wrong topic and was deleted...I am using an STM32F429 on a custom board. The chip is resetting once shortly after starting up, around 10 secs. I put this code at the beginning of the main function: if (__HA...
Hi ST team,I was coding on STM32L431 chip and got a problem about the RTC time.The problem is that the RTC time is not synchronized with my input randomly after the MCU is waked up from Standby mode. The following descriptions are the detail.[Reprodu...
Posted on November 10, 2013 at 07:51Is it possible to decode a mpeg4 file in stm32f407 .at least 15 fps & 320x240 pixels.till now i can decode jpeg pics quite fast . if its possible is there any open source library to do this?i have looked at ffmpe...