STM32 MCUs Products

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

read multiple ADC channels of same ADC without DMA

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...

Simple "Hello World" LED blink software available?

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 ...

flyer31 by Senior
  • 731 Views
  • 7 replies
  • 0 kudos

Problem with TIM1 configuration of STM32F303CD

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_...

MSeib by Associate
  • 231 Views
  • 0 replies
  • 0 kudos

Please give some help on L1 cache and MPU

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...

PDR/POR reset once shortly after startup

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...

0690X000006CUuCQAW.jpg 0690X000006CUuHQAW.jpg 0690X000006CUuMQAW.jpg
hjm by Associate II
  • 324 Views
  • 0 replies
  • 1 kudos

STM32F4 Discovery and MPEG4 decoding

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...