STM32 MCUs Products

Ask questions, find answers, and share insights on STM32 products and their technical features.

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

Cortex M0 Vector relocation issue

Posted on February 07, 2014 at 00:42Hi, I'm trying to implement IAP on an stm32f051 device, but get a linker error when specifing VectorTable address is 0x20000000. __IO uint32_t VectorTable[48] __attribute__((at(0x20000000))); STM32F0-Discovery_Dem...

stenasc by Senior
  • 2371 Views
  • 10 replies
  • 0 kudos

output of DAC to input of ADC

Posted on July 16, 2015 at 15:52Good Afternoon Everyone,  Is it possible that on STM32F4 , I first do a DAC and then use its output as input to ADC and finally get a digital output ? If I can do that , how can I do this connection in between the DA...

nemisha by Associate II
  • 574 Views
  • 1 replies
  • 0 kudos

New Release Raisonance Tools for STM32 [UPDATE]

Posted on January 14, 2015 at 17:48New release of Raisonance tools for STM32 is now available with support of new MCU variants in STM32 L4, F3, F4 and F7 lines. This software supports both the RLink and ST-Link debugger/programmers.The support Rais...

STM32F103 TIM PWM on CH2N only

Posted on July 15, 2015 at 12:29Hello,I have configured only PB0 (TIM1_CH2N) for PWM output, but I can't get any signal from the pin. code looks like this:  RCC_APB2PeriphClockCmd(RCC_APB2Periph_GPIOB | RCC_APB2Periph_AFIO | RCC_APB2Periph_TIM1, ENA...

How to sprintf an uint32_t value

Posted on July 16, 2015 at 11:43 Hello everybody, Amateur question: I search for a long time how to sprintf a 32bit value in a string. If I use sprintf (string_to_write, ''%u'' , uint32_value); The value is cropped as a 16 bit...

STM32F7 UART problem

Posted on July 16, 2015 at 03:57 I'm using the HAL drivers for the first time and I'm trying to implement the UART protocol. I used the stm32f74g... examples for the UART and copied part of the uart-polling example. The problem I get is t...

pedro by Associate II
  • 679 Views
  • 1 replies
  • 0 kudos

ST link/STM32F4 Programming other Microcontroller

Posted on July 15, 2015 at 13:15Hi there, I'm going to ask quiet an odd question , is it possible to program an other microcontroller (a pic) using an stm32f4 disco or st link in general. I hope someone can answer me.Many thankx !

monta by Associate II
  • 1686 Views
  • 2 replies
  • 0 kudos

STM32F302 DMA to GPIO

Posted on July 09, 2015 at 22:17Hi All,I'm trying to drive some WS2812 LEDs which require a (400ns high + 800ns low) or (800ns high + 400ns low) signal to indicate a 1 or a 0.So esentially I'm trying to take an array of data and output it directly t...

daniel2 by Associate II
  • 1255 Views
  • 8 replies
  • 0 kudos