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

Resolved! STM32F0 HAL_CAN_ActivateNotification guide

I am trying to set up a hal can receive interrupt. After thorough googling, I found that HAL_CAN_Receive_IT is deprecated and that I should now be using HAL_CAN_ActivateNotification with a callback function. Unfortunately no one describes how to do t...

Iviti.1 by Associate III
  • 4815 Views
  • 10 replies
  • 0 kudos

For what reason can UART RX interrupt freeze ?

Hi all,In the past, I've used HAL_UART_Transmit() with HAL_UART_Receive_IT() which freeze RX interrupt in case of RX interrupt while TX is still processing (see https://community.st.com/s/question/0D50X0000AhPrkRSQS/haluarttransmit-with-haluartreceiv...

Thomas LB by Associate III
  • 1548 Views
  • 4 replies
  • 0 kudos

H7 QUADSPI weirdness

Seen this on two board designs, about two year different in age and many steppings of STM32H7The H743I-EVAL and H745I-DISCO have 1Gb (128MB) of Micron QSPI flash, one as a dual die single chip, the other as two SOP16Using the BSP code I can access th...

Resolved! Zener Diode from 5V rail to VDD across the LDO?

In AN4899 it specifies that one should add a zener diode from the 5V rail to the 3.3V rail in order to have complete safety when using FT pins with 5V pull ups. Does anyone know what the specifications of the Zener diode should be (currents, resistan...

0693W00000Dnnx7QAB.png
DJC by Senior
  • 1355 Views
  • 2 replies
  • 0 kudos

Resolved! Powering up a 5 volt tolerant external pull up.

Does anyone have experience with 5V pull ups? do you have to power on the 5V source after the MCU is started?I'm running a STM32L431CBT6  with external 5 volt 10k pull-ups on the pins PB11,12,13,14,15 and PA1. (all flagged as FT pins)I've been able t...

DJC by Senior
  • 5687 Views
  • 12 replies
  • 0 kudos

SPI communication with DMA handler

Hi, I have implemented SPI communication using DMA and it works. When i receive different data than the mentioned protocol format then it hangs and i dont receive any more data and i have to reset the chip to get back the communication. Is there any...

RBV by Associate II
  • 494 Views
  • 1 replies
  • 0 kudos

CAN rollover between FIFOs after overflow in pooling mode

Hi everyone!I'm working with STM32F303. I'm configuring the CAN peripheral with HAL libraries for pooling mode operation. I'm wondering if there is a method to check only the FIFO0 fill level and configure the peripheral to move FIFO1 messages into F...

RGalvez by Associate II
  • 366 Views
  • 0 replies
  • 0 kudos