STM32 MCUs Products

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

Resolved! ECC for FLASH in STM32f103rct6

Hello ST Support Team,   Does the internal flash in STM32f103rct6 MCU supports the ECC feature? I am not able to find this information in related documents.   Best Regards, Aadesh  

AADESH by Associate II
  • 191 Views
  • 1 replies
  • 0 kudos

Print float on a vector

Good afternoon,I am testing my UART and using a vector to store float numbers as shown below: raptor::std::vector<float> numbers;  numbers.append(3.14f);  numbers.append(2.21f);  numbers.append(1.01f);  numbers.append(8.15f);  numbers.append(0.05f);H...

Gui_STM by Associate II
  • 208 Views
  • 2 replies
  • 0 kudos

Firmware size

Dear Sirs,Is there a method to calculate the firmware size?I am using STM32F103R8T6My flash memory is divided in three blocks:- Custom boot loader block- Main application block- Data blockWhen the main application is running, it needs to calculate it...

sirpak by Associate II
  • 357 Views
  • 6 replies
  • 1 kudos

FMC communication works without debugger, but not with

I'm using Keil uVision 5 and ST-Link debugger (Mini). I have a very curios issue with STM32F746, running at 50 MHz.On the board I'm communicating with a display via FMC. "Suddenly" (as in, I don't know what I changed) the program did not work anymore...

hne by Associate
  • 317 Views
  • 1 replies
  • 0 kudos

How to Reset STM32 Timer Internal Trigger Connections

I'm using the STM32H735 to create a sequence of PWM signals. I have timers TIM1, TIM2, TIM4, and TIM24 all connected in a slave timer chain. TIM1 triggers TIM2 with ITR0. TIM2 triggers TIM4 with ITR1, and TIM4 triggers TIM24 with ITR3. Each link in t...

JAitc.1 by Associate II
  • 3563 Views
  • 12 replies
  • 2 kudos

STM32F030 cant be flashed with openOCD

I'm tring to work with a STM32F030F4. Unfortunately I didn't manage to flash the application on the controller. I'm using openOCD with a ST-Link.I use the following to start openOCD: openocd.exe -f interface\stlink-v2.cfg -f target\stm32f0x.cfgI now ...