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

I2C Slave interrupt mode not behaving as expected

Hi All,I need some help with setting up a I2C slave on a STM32L422 chip. I have tried following the example: STM32Cube_FW_L4_V1.18.0/ NUCLEO-L412RB-P/examples/I2C_TwoBoards_ComIT but it doesn't seem to make sense to me. I realize it is not exactly th...

IR TRANSMITTER

I was wondering if I could find any library for simulating IR signals with an STM32 microcontroller. I couldn't find any library for this purpose. While I did come across some work done by Controllers Tech on receiving IR signals from a re...

skuma.8 by Associate III
  • 2153 Views
  • 3 replies
  • 0 kudos

Resolved! Dual bank execution from Bank2 (STM32L071)

Hi,According to some of the on-the-fly firmware update documents, update is done with the following steps:- program the new firmware to Bank2- set BFB2 bit to start executing from Bank2- while in Bank2, copy the code from active Bank2 to Bank1- reset...

zoranr_0-1692304046755.png
zoranr by Associate II
  • 3220 Views
  • 3 replies
  • 1 kudos

Resolved! Timer waking from Sleep mode

MCU is writing data to ext flash once every 15 minute. I have set Timer in interrupt mode with one minute callback and incrementing the flag. In main while loop, the flag is being check . Once flag has reached 15, the MCU writes data to ext flash and...

Nico3 by Senior
  • 4278 Views
  • 9 replies
  • 4 kudos

Resolved! STM32H5 ADC, Multiple Channels, Continuous Scan, Interrupts

New to this ADC...I intend to call  HAL_ADC_GetValue() from HAL_ADC_ConvCpltCallback().How do I know which channel the conversion is for? Must HAL_ADC_ConvCpltCallback() keep track of the channel, trusting the ADC HW to follow the same channel orderi...

Resolved! STM32U5A9 USB HS Host doesn't work at all

Hi, this is my first time to post this community. appolozize my bad english.recently, I am eager to deal with my scratch build STM32U5A9's USB HS Host.I compiled STM32CubeMX generated  USBX host code and tried it.but didn't work at all.  even first U...

スクリーンショット 2023-09-01 231824.png

STM32F103 external Timer trigger for ADC

Hi all.I'm using STM32F103C and want the Timer1 Capture/Compare event to trigger ADC conversion. Two ADCs operate in dual regular simultaneous mode.At the moment, I have a working Timer1 with CC1 and CC2 interrupts and two ADCs that operate in dual r...

VK.3 by Associate II
  • 1381 Views
  • 2 replies
  • 1 kudos