STM32 MCUs Products

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

LED Microphone Noise Interference

Posted on August 09, 2013 at 23:41Hi,I am working on a simple custom HW design based on the STM32L SoC.The STM32L is connected to several LEDs as well as a microphone along with other external devices like batteries, switches etc .. The firmware is ...

raminee by Associate
  • 1180 Views
  • 5 replies
  • 0 kudos

TIMER STM32F429-DISCO

Posted on July 01, 2014 at 09:10Hi,i use the timer 10 to toggle a GPIO with a board STM32F429-DISCO.int init_timer  ( void ){TIM_TimeBaseInitTypeDef     TIM_TimeBaseStructure;NVIC_InitTypeDef            NVIC_InitStructure;RCC_APB2PeriphClockCmd (RCC...

gerson74 by Associate II
  • 838 Views
  • 4 replies
  • 0 kudos

Recieve more then 1 Byte over USART

Posted on August 31, 2012 at 20:51 Hi, at the moment I'm using the following code to recieve a byte: char ReceivedData = NULL; void main() { . . . while (1){ /* Wait until a byte is received */ while (USART_GetFlagStatus(USART...

sam239955 by Associate II
  • 3373 Views
  • 19 replies
  • 0 kudos

Stepper motor, timer phase control

Posted on August 07, 2014 at 23:26I am setting up stepper motor control on an STM32F4xxx using Full Step Drive as in http://en.wikipedia.org/wiki/File:Drive.pngBoth timers are setup as up counters with PWM output. Timer 2 controls phases A & C. Time...

picguy2 by Associate II
  • 870 Views
  • 2 replies
  • 0 kudos

EXTERNAL RAM WITH STM32F429DISCO

Posted on May 14, 2014 at 09:37Hi!I would like to use the external RAM IS42S16400 present into the demo board STM32F429DISCO to store program variables. To do that i modify the linker script MEMORY{ FLASH (rx) : ORIGIN = 0x08000000, LENGTH = 2048K R...

gerson74 by Associate II
  • 1455 Views
  • 8 replies
  • 0 kudos

STM32F2x documentation bug?

Posted on August 07, 2014 at 10:24Hello ST,I have found a discrepancy between the documentation of the STM32F2x MCU and the STM32Cube as well as the StdPeriph implemenation.On page 656 of the RM (RM0033_CD00225773, DocID15403 Rev 6) it is said that ...

RTP and STM32f107

Posted on August 07, 2014 at 19:59I use STM32f107 for audio broadcasting in ethernet network.I use trigged ADC (timer) to generate 8KHz PCM and buffer ADC data with DMA and make Alaw(G711,Fast conversation,table based) and send data with UDP. I use ...

Upgrade Project STM32F1xx UV2 to UV5 Error stdbool

Posted on August 01, 2014 at 16:52Hello,i'm Fabien and i'm a beginner with UV5 and STM32 and i need to modify a project but i have a 64bit windows so i need use UV5 with a new lib stm32f10x.h.I can change my project but i have a lot of error with th...

faza by Associate II
  • 1303 Views
  • 9 replies
  • 0 kudos