Others: STM32 MCUs related

Find out more about STM32 implementations with external components, discuss use cases, and discover how to use new tools and ST components.

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

Why is Arduino / Nucleo F103RB Losing Code Space?

I have been using the Arduino 1.8.9 app for several months programming the Nucleo-F103RB development board with my application. I have several boards and some are self powered and others USB powered. Yesterday, on a self-powered board, I received a ...

timl by Associate
  • 1063 Views
  • 3 replies
  • 0 kudos

Error on compiling of the buck-boost example of AN4449

Hello,I would like to use the example of AN4449 on SW4STM32.When building, I have 3 errors :fatal error: opening dependency file Drivers/BSP/STM32F3348-Discovery/stm32f3348_discovery.d: No such file or directorymake: *** [Drivers/BSP/STM32F3348-Disco...

vguil by Associate
  • 570 Views
  • 0 replies
  • 0 kudos

Resolved! Atollic TrueStudio stopped single-stepping

Any idea what could have happened?I'm working with a small system: CubeMX, FreeRTOS, a couple of tasks. I debugged a task resume loop last week, and now I'm setting up another variant. Same processor, slightly different peripherals. Now that I try to...

How to add a library to TrueStudio

Hi, I am tring out RF Communication and im tring to use the Virtual Wire Library, I Have added the Library to my project file and linked it in the settings (i think) but when i build i get the follow error..\Drivers\VirtualWire\VirtualWire.h: file no...

MikeP by Senior
  • 1228 Views
  • 1 replies
  • 0 kudos

Flashing STM32L476XX Discovery board

Hi,I am having a STM32L476XX discovery board. I am trying to use keil as IDE.I have successfully compiled the code, When I flash the code using the Load/Download(F8) code fails to execute.I did not get any error while flashing also.What can be the Is...

SSaur by Associate II
  • 509 Views
  • 1 replies
  • 0 kudos

Resolved! Hello friends, I am trying to get UART1 output from STM32F767 using Keil, There is no output showing in the Serial monitor. I am adding my code with this Please help me out

DetailsSTM32F767Zi KeilHSI =16MhzPLL=72 MhzUART1PLL source = HSIAPB2 = 72MhzBaudrate = 9600;/*void _PLL(){ //RCC->CR|=1<<24; RCC->PLLCFGR&=0; RCC->PLLCFGR|=(2<<28)|(6<<24)|(216<<6)|(1<<3)|(1<<17); FLASH->ACR&=0; FLASH->ACR|=1<<11|1<<9|1<<8|1<<1|1<<0...

JS.13 by Associate II
  • 1747 Views
  • 8 replies
  • 0 kudos

SWO debug issue

Hi,I am currently working on an STM32L4S5 attached to a ST-LINK/V2. I am using Attolic TrueStudio to compile, flash and debug.The STM32 is running at 120Mhz and I have configured the SWO clock to 125kHz thanks to the STlink utility software.I am usin...

romain2 by Associate III
  • 732 Views
  • 2 replies
  • 0 kudos