STM32 MCUs Products

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

spi in STM32H7

SPI in stm32h7 (stm32h743iitx in slave mode) don't work, receive wrong values.how I make spi to work correctly in stm32H7? its not clear at allthanks,

M4D by Associate II
  • 966 Views
  • 6 replies
  • 0 kudos

Are there any errors associated with the CAN Controller on the STM32F205ZGT6 MCU which could explain the CAN bus packet failures when the ambient temperature is increased to 40°C?

Hi,I wonder if you can help us? In one of our projects we are using the STM32F205ZGT6 Microcontroller and specifically we are using the CAN bus. The problem is that when we increase the ambient temperature around the MCU to approximately 38°C to 40°C...

MColl.5 by Associate II
  • 897 Views
  • 3 replies
  • 1 kudos

Resolved! STM32L011K4T6 Wake Up Pin Configuration

I've struggled with this for a few days and read a dozen forum posts that end unanswered.I am trying to put my micro controller into standby mode and then wake it up with an IMU pulling the PA0/SYS_WKUP1 pin high. What I am finding, which is somewhat...

LMill.2 by Associate
  • 3198 Views
  • 1 replies
  • 0 kudos

Resolved! WWDG_IRQHandler called after a blx instruction

Hi all,I'm trying to use a version of the elua interpreter on a stm32f446re nucleo board.I've encountered a problem, the program is jumping on an infinite loop after entering a couple of functions of the interpreter. The system is blocking in an WWDG...

NoeMurr by Associate II
  • 1181 Views
  • 3 replies
  • 0 kudos

stm32h725 injected ADC with timer 8

Hey all, I'm trying to trigger an ADC interrupt with timer 3 on the regular channel and timer 8 on an injected channel for both ADC 1 and 2 on the STM32H725, However, It seems like I'm only ever able to trigger the regular channel interrupt with time...

ACipr.1 by Associate
  • 486 Views
  • 0 replies
  • 1 kudos

Trouble with FDCAN

Hello, I built a small CAN network using CAN 2.0 transceivers. I wanted to add some FDCAN devices using classic mode. However, I seem to be having trouble just talking to the transceivers. For instance, I have an STM32L432 (Attached to a Nucleo). ...

STM32 for high resolution delays

Is it possible to use a STM32 for something like the following:Take in a pulse, interrupting on a edge.Use this edge to generate multiple (5 or so) output pulses (only the positive edge timing needs tightly controlled timing). The output pulses might...