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

Resolved! STM32SnippetsL0 TIMER examples bug

Posted on August 16, 2017 at 17:33In TIMERS/03_InputCapureOnTI1/main.c and TIMERS/04_PWM_Input/main.c the flags after an interrupt are being cleared this way:TIMx->SR = ~(TIM_SR_CC1OF | TIM_SR_CC1IF); /* Clear the flags */Shouldn't it be like below?...

STM32F411 HardFault

Posted on August 16, 2017 at 04:00There is much information for the hard fault:SCB->HFSR: 40000000SCB->CFSR: 400MSP: 2000fb58 PSP: 200193b8  LR: fffffff1 r0: 0 r1: 2000dcd0 r2: 8000529 r3: 1 r12: 0 LR: 0 PC: 8030ba0 PSR: 2100000fwhat method c...

bean li by Associate
  • 703 Views
  • 3 replies
  • 0 kudos

Resolved! LED Blinking with STM32F030F4

Posted on August 09, 2017 at 13:57Hi,I'm using STM32F030F4 MCU for LED blinking function. I used below code with Keil IDE. But I'm not able to get the output. Boot0 pin pulled low for internal flash boot loader.Added Corresponding ST pheripheral lib...

STM32F0308 TIM3 Interrupt not triggering

Posted on August 16, 2017 at 16:46Hi, I am having trouble getting an interrupt working with the TIM3, roughly following this guide: http://www.micromouseonline.com/2016/02/03/tim3-arr-regular-interrupts-stm32f4/ but adapting for the STM32F0308. TIM3...

Tom Power by Associate II
  • 1029 Views
  • 7 replies
  • 0 kudos

STM32F0 Series Hardware Timers

Posted on July 26, 2017 at 14:19Hi All,A brief background:I'm a hardware guy and new to all things ARM and STM32 MCUs. I've now jumped on board because ST has an agreement with Keil for STs Cortex M0/M0+ MCUs. I've programmed before but only 8-bit M...

Sid P by Associate II
  • 2342 Views
  • 9 replies
  • 0 kudos

Resolved! Advanced Timer to ADC trigger

Posted on August 16, 2017 at 18:56How can I trigger ADCs for injected conversion at CTR=PRD when my TIM8 is configured for up-down counting? I don't see any mechanism that can do this.

Framebuffer for STemWin Application in internal RAM

Posted on August 15, 2017 at 12:15I want to build my own hardware with a stm32f769 (with 512 kBytes internal RAM)I want to use the STemWin. The example 'STemWin_HelloWorld' supplied with the STM32F769I_EVAL Kit uses the external SDRAM.Due to cost sa...