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

J link plus programming STm32F46

Hi forum ,we decided to make a test buying a segger j link plus debug probe. We are using SWD debug interfaceWe are using STCubeIde for programming When w etry to program the micro we got : - Can not attach to CPU. Trying connect under reset. - Conne...

SGasp.1 by Senior
  • 456 Views
  • 2 replies
  • 0 kudos

STM32L151CBT6 as slave with startup and operational phase

Setup:Master: PLD, SPI Frequency 4MHzSlave: STM32L151CBT6, SysClk 32MHzUsing HALConfigured SPI to use DMAWhat I want: Start-Up Phase and Operational Phase for the slave deviceStart-Up Phase:1) The PLD waits untill the uC complete its start up phase a...

Chrizzly by Associate III
  • 612 Views
  • 2 replies
  • 0 kudos

STMF103C8Tx and VL53L0X ToF sensor

Hello, I'm trying to program and get some readings from VL53L0X sensor with STM32F1C8Tx board and I can't find any examples or guides how to deal with it, because as I understand I need to use API for configuration. Does anyone has did some proje...

DSimp.1 by Associate III
  • 840 Views
  • 1 replies
  • 0 kudos

Resolved! STM32H7 corrupt program counter already in Reset_Handler

Hello All,I use the STM32H743ZI MCUs on self designed boards. Most boards run without problems with the developed firmware. But some boards ( -were ok before- ) suddenly show a strange behavior. The STM32H7 seems to reset continuously at first sight....

Ekowa.2 by Associate II
  • 5147 Views
  • 10 replies
  • 0 kudos

Resolved! Micro SD cards communication using NUCLEO-L433RC-P

I would like to set up communication with a micro SD (or SD) card to save the data. I am planning to work with the NUCLEO card, I guess the communication is through the SPI interface. Do you know that libraries etc ... Thanks for your helpsThe nucleo...

DYann.1 by Senior II
  • 2035 Views
  • 13 replies
  • 0 kudos

HAL vs LL

Posted on November 13, 2016 at 17:00Hello there, I was getting quite used to HAL for about a year now. Then I was trying to find out something about modbus mode in STMF0 and I find this ''Low Level API''. I cant seem to find any of its functionality...