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

Debugging, but not running.

Hey,I build my own STM32 board with the STM32L011G3 and started testing with a simple blinking program via SWD and ST-Link V2.  When I'm debugging it, everything works fine, but when I use the run command in SW4STM32 the LED lights up, but does not t...

Connect Under Reset (NRST) in TrueStudio using SWD

Hi all,in my project I reconfigure SWD pins to work as inputs and therefore I can't debug/upload new firmware using software system reset. And here's my question - how to modify Startup Script (attachment) so that ST-LINK/V2 would upload (or debug) n...

pawcuu by Associate II
  • 6365 Views
  • 7 replies
  • 0 kudos

Resolved! How to add HAL Library in STM32F1 in Keil.

Hi,I'm looking for the right steps to add the Hal library to a Keil project.i already have the stm32f1xx hal library that include the hal and the cmsis folders (src and include).i'm facing some problem with linking the library. so if someone can tell...

MAhme.6 by Associate
  • 6168 Views
  • 1 replies
  • 1 kudos

SPI communication using own driver for blocking call: Transmit/receive works fine, but I cannot get the data into the RxData array for later use.

Master: STM32L476RG on Nucleo boardSlave: M95M01-A125, 1 Mbit serial SPI bus EEPROMI set up a SPI driver to study details how registers work and the data is out and in transmitted. The data flow works fine looking at the logic analyzer window. In thi...

Plot a buffer for signal processing

Hello, I'm doing a project for speech recognition. I have a buffer of 512 values and I want to test every state of the ASR I'm implementing. I am using Keil ARM as IDE and I have tried to use ​the logic analyzer to plot my buffer but I can only plot ...

PTsou.1 by Associate
  • 926 Views
  • 2 replies
  • 0 kudos