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! CAN normal mode is not working in STM32H563

Hi,   I first worked with CAN with STM32H563 with normal mode. It worked. Later Again I tried it is not working with same code. Loop back mode is working fine. I would like to use other pins for CAN since I am using PD0 and PD1. May I know which pins...

Keerthi by Associate III
  • 554 Views
  • 5 replies
  • 0 kudos

MCU does not come up after short power-cycle

Hi, we are evaluating STM32L4A6VGT6TR, with our new product prototype. We are only suppling one 3.3V to the MCU as it requires. We have already included discharge circuit, and we can see this 3.3V rail will be completely discharged within 0.288s. How...

LZhan.13 by Associate
  • 485 Views
  • 8 replies
  • 6 kudos

Resolved! Timer trigger GPDMA to GPIO without HAL

Hello,I'm trying to port the example found here: https://blog.embeddedexpert.io/?p=1680 to NUCLEO-U385RG-Q.The example in the link is for STM32F411. I've successfully tried the example.Verbatim port of the code leads to USEF being set in GPDMA_C0SR.T...

beSTMax by Associate II
  • 647 Views
  • 8 replies
  • 1 kudos

Resolved! STM32H573V ETH_DMAMR.SWR stuck

I have designed a board with a STM32H573 and a KSZ8081RNACA PHY. As soon as I enable ETH clocks the ETH_DMAMR:SWR bit gets set.Verified:1. The 50 MHz clock from the PHY is present and stable (oscilloscope) at PA12. GPIO PA1 is configured for AF11, NO...

DirkH by Associate II
  • 510 Views
  • 2 replies
  • 1 kudos

Resolved! STM32L011 temperature sensor accuracy

I used the example code in RM, and room temperature is arround 31℃,the ADC value is 10644, calculated temperaure is 4127,  does it means 41.27℃?what will happen if minus temperature?/* Temperature sensor calibration value address */#define TEMP130_CA...

STM32L09 by Associate II
  • 292 Views
  • 2 replies
  • 0 kudos

Resolved! STM32H7 Timer Compare missed the first time

I have an odd issue.  I am setting up a timer compare channel for a 5ms delay in the future.  I set the counter to 0, set the compare value to 5ms in the future.  The compare interrupt does not occur, until the timer wraps all the way around and pass...

ADunc1_0-1747616054370.png
ADunc.1 by Senior
  • 492 Views
  • 4 replies
  • 0 kudos

STM32C011D6Y ADC input pin power consumption

Hi all,I'm working on a very low power custom board powered by a STM32C011D6Y micro controller. I must read an ADC input routed to F1 ball (PA3, PA4, PA5 or PA6) but I'm measuring some strange power consumption related to the input voltage on the pin...

Resolved! USART receiver timeout after a (LIN) BREAK?

Hi there,I am using the full featured USART in LIN mode. The start of a LIN packet is signaled by a BREAK condition. The next byte is the SYNC (0x55). After the BREAK is detected, I enable the receiver timeout so that if the SYNC (0x55) is not receiv...