STM32 MCUs Products

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

New possibilities for the ultra-low power segment!

STM32U0 is the first Cortex-M0+ with a static consumption of only 160 nA in standby mode with RTC (Real-Time Clock) and 16 nA in shutdown. It also achieves 118 points in CoreMark and targets SESIP level 3 and PSA level 1 focusing on firmware code pro...

gif-stm32u0.gif

How to allocate variable in Flash to desired address?

Posted on May 24, 2012 at 10:11Please, could you help me? with STM32F4xx.But I think it's general problem with GNU linker.I'm working on SW for colour graphical display application.It works fine.But I need to store some data to Flash after the progr...

msvarc9 by Associate
  • 5479 Views
  • 31 replies
  • 1 kudos

Timer enable and disable

Posted on September 15, 2015 at 12:32 Hi, I have a stm32f4-disco, and I wanted to enable and disable a timer using external interrupt. When the external signal arrives I enable the timer, and when 400 ticks have passed I disable the ...

fiulala by Associate II
  • 699 Views
  • 1 replies
  • 0 kudos

stm32f103 - timer3 unwanted overflow

Posted on September 15, 2015 at 11:37 Hello, i am trying to measure a rc pwm signal (from a single channel of a rc receiver) This signal has a total period of 20ms (50 hz) The active pulse is between 900us and 2000us width St...

Bogdan by Senior
  • 264 Views
  • 1 replies
  • 0 kudos

STM32F303RE: unwanted interrupt

Posted on September 14, 2015 at 18:12I have an EXTI programmed on PortB line8 that works as expected when  a rising edge is found on GPIO_IN8.Unfortunaltely sometimes, when I reset the GPIO_Pin15 of port B by doing  GPIOB->BRR  = GPIO_Pin_15  then t...

Why CDC_Receive_FS is empty on usbd_cdc_if.c?

Posted on September 02, 2015 at 20:23 Hi, I create a new project using cubemx 4.10 with hal 1.8 for USB device. I'm looking for receive function and i found CDC_Receive_FS, but there is almost no code in ther: /** * @brief CDC_Receive_FS ...

Problem with timer initialization (TIM1)

Posted on September 04, 2015 at 19:08Dear all, I want to use TIM1 CH3N  to drive a buzzer with different frequencies. I have tried to program TIM1 on channel 3N as below (the corresponding pin is already configured as AF_PP at 50 MHz): void buzz(uin...

danesh by Associate II
  • 1305 Views
  • 8 replies
  • 0 kudos

About priority grouping

Posted on September 14, 2015 at 12:18 Hi , still with my STM32F429I disco-board project , I would know what is the return of this functions: /** \brief Get Priority Grouping The function reads the priority grouping field from the N...

Systick Interrupt using GNU Assembler

Posted on September 13, 2015 at 16:48Hi guys,I have a problem to test systick using GNU assembler on my STM32VLDiscoveryMy assembly code is:.thumb.syntax unified.cpu cortex-m3 @ STM32VLDiscovery Board .equ STACKINIT ,   0x20005000 .equ GPIOC_BASE ...

agung by Associate II
  • 1000 Views
  • 7 replies
  • 0 kudos

Change PWM pulse

Posted on September 14, 2015 at 20:00 Hi, I'm using a servo with a pwm connection and this is a part of code: RCC_AHBPeriphClockCmd(RCC_AHBPeriph_GPIOB, ENABLE); GPIO_PinAFConfig(GPIOB, GPIO_PinSource4, GPIO_AF_1); GPIO_InitTypeDef GPI...

fenice-6 by Associate II
  • 335 Views
  • 1 replies
  • 0 kudos

PWM change not initially happening

Posted on September 14, 2015 at 16:40Hello Everybody.I am observing some strange behavior on the scope for a PWM output. I am driving it at 800kHz with alternating high time of 400ns and 800ns.In the TIM1_UP_TIM10_IRQHandler I am alternating the hig...

mlickess by Associate II
  • 400 Views
  • 4 replies
  • 0 kudos