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! CAN Interrupt not firing on STM32F072

I am using a mixed LL-HAL setup on an STM32F072 target. Although the HW transmits a CAN message using HAL_CAN_Transmit_IT(), it appears that the CAN interrupts do not execute. There seem to be two-ish parts to this problem:(1) The Main interrupt ha...

NPol by Associate
  • 1412 Views
  • 3 replies
  • 0 kudos

One pulse mode

Hello everyone.I'm studying in stm32f40g eval and using timer in one pulse mode.First I'm use the example code TIM_OnePulse and modify it. I'm add the One pulse OUTPUT in function TIM_Config and One pulse EXTERNAL TRIGGER in function TIM_T2IConfig. I...

How migrate STM32L432KC MCU to STM32L452RE MCU?

How can we provide support to two devices (startup files) for a developed application. I am using STM32L432KC MCU and i want to migrate my application to STM32L452RE MCU. Is there any way to do the same?

Niks by Associate II
  • 414 Views
  • 2 replies
  • 0 kudos

Resolved! STM32f746G - Discovery - Audio Pins

Hi I am having issues with playing sound through the audio out jack. I have gone through the BSP examples but what's lacking for me is the correct setup of the pins. At the moment I have set up -SAI2 Block A (Master) - (I2S/PCM enabled)I2C3 I2S3 DMA ...

Avan.7 by Associate II
  • 582 Views
  • 1 replies
  • 0 kudos

Resolved! Complementary outputs with dead-time?

Hello,I'm trying to have complementary outputs with dead-time on CH1/CH2/CH3 and CH1/CH2/CH3N using TIM1 and Output Compare Mode on STM32F429.So I configured STM32CubeMX like in the picture below :And there is the portion of my code :(for testing pur...

0690X000006BskZQAS.png 0690X000006BskUQAS.png

Resolved! How to correctly initialize and config SVC interrrupt

I'm creating a context switch program for a personal mini ARM kernel project and the context switch program is written entirely in Assembly. The problem is when I make a SVC call (svc 0) I enter the SVC_Handler but when I try to execute the next inst...

SMola by Associate II
  • 2858 Views
  • 6 replies
  • 1 kudos

STM32L4A6RG Jumping to application address

Posted on August 28, 2017 at 08:46I divided internal Flash to two part as below:1. bootloader start address: 0x08000000 (size: 0x8000)2. application start address: 0x08008000Now,I'm using the following code in bootloader to jump to application, it's...