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

STM32F10x entering standby mode fails occasionally

Posted on October 28, 2016 at 02:11We use PWR_EnterSTANDBYMode library function to enter the standby mode. I have added line to enable WKUP pin. The STM32 enters standby mode most of times. But, sometimes(once in 25 or so times), it just reaches the...

sandeshm by Associate
  • 1735 Views
  • 9 replies
  • 0 kudos

STM32L486 mcu used as Master SPI, Zigbee device as slave. What configuration of SSM and SSI should i be using?

I am going through an existing implementation, where my MCU's(STM32L486) SPI1 (PA4(NSS), PA5(SCK), PA6(MISO), PA7(MOSI) is used as master, the slave device is a zigbee stack.Currently the master's SSL is configured as Software managed, (SSM=1, SSI= ...

Interrupt Disable, ??/

Hellousing HAL libraries is it possible to disable for a short time an external interrupt pin ??I have had a look in the HAL GPIO files and can not see anything usefulJust want to disable while a trigger a debounce timer, there must be a way of just ...

JHERI by Senior
  • 1020 Views
  • 3 replies
  • 1 kudos

Resolved! STM32F429 and Controlling a timer to control another timer that is a one shot to update the internal DAC.

I am trying to set up a timer go to a one shot timer that goes to the DAC update command (to output data that was written via DMA). I am little confused on how to set everything up. I want to set up timer 1 to go to timer 2 and timer 2 will be a one ...

Andrew C by Associate III
  • 1909 Views
  • 2 replies
  • 0 kudos

Resolved! How to read/write HTS221 over SPI1

Hello I am brand new to STM32F0xx chip set. I have on board HTS221 and need to read temperature and humidity over 3 wire SPI interface. Can anybody point me in the right direction. Maybe there is an example code on how to setup SPI1 for half duplex s...

Admir1 by Associate II
  • 1506 Views
  • 4 replies
  • 0 kudos