Others: STM32 MCUs related

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

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
  • 450 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
  • 1070 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
  • 416 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
  • 1554 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
  • 625 Views
  • 2 replies
  • 0 kudos