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! 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
  • 3091 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...

IAP Procedure doesn't work - strange behavoiur

Hello everyoneI'm using STM32F072 microcontroller. I've to update my software reading from an external memory via SPI the whole HEX program, and the program it in the flash. To do so, I do the steps:Create a section in the linker file called ramfuncS...

0690X000006BsXaQAK.png

NUCLEO-F103RB doesn't work.

I make the EWARM code using STM32CubeMX(ver 4.23.0)I select the NUCLEO-F103RB at the GUI of STM32CubeMX and save usingProject -> Generate codemenu. (I used default settings)I start EWARM(8.20.2) and add  HAL_GPIO_TogglePin( GPIOA, GPIO_PIN_5 ); HAL_D...

Himawari by Associate
  • 683 Views
  • 3 replies
  • 0 kudos

printf(), retarget and syscalls.c

I'm bringing up an STM32F103 part using a Makefile project generated by CubeMX. Previously I've always used the Keil IDE and during this switch I encountered some difficulty with retargetting printf. I implemented my fputc prototype as I usually woul...

Konami by Senior II
  • 858 Views
  • 1 replies
  • 0 kudos