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! Wrong Reset Values ​​in ports A and B.

STM32F407https://www.st.com/resource/en/reference_manual/dm00031020-stm32f405-415-stm32f407-417-stm32f427-437-and-stm32f429-439-advanced-arm-based-32-bit-mcus-stmicroelectronics.pdfWhy are there incorrect Reset Values ​​in ports A and B?I erased the ...

0693W00000Nqno1QAB.png
MMust.5 by Senior II
  • 1297 Views
  • 5 replies
  • 0 kudos

Resolved! LPTIM1 STM32L476RG (nucleo)??

I am trying to create a 50ms timer using the above reference. The clock is 16MHz, I have a divisor of 16 and have the NVIC enabled (all this is done in cubeMX). I have the following ISR void HAL_LPTIM_AutoReloadMatchCallback(LPTIM_HandleTypeDef *hl...

0693W00000NqjVUQAZ.png
SWenn.1 by Senior III
  • 619 Views
  • 2 replies
  • 0 kudos

Is this just a notice or is it an error?

When I try to run a project in Release I get this message:No source available for "Reset_Handler() at 0x80007c4"What does this mean ?I do not see it in debug, and BTW I did set the mode to Release...

imarz.1 by Associate III
  • 1532 Views
  • 7 replies
  • 0 kudos

F429 I2C bug

Hi, i'm using stm32f429 to develop i2c communication, the mcu cannot generate START signal after running a few minutes but the SDA and SCL all high, I add the CR1 register to watch and find the CR1 cannot be modified after calling the bellowing: ​br...

STOP mode and DWT

Hello everyone,stm32l series MCU going in STOP mode and dwt has been enabled before, RTC wake it up with 20 seconds. Callback is called with 20 seconds and always dw_val increments with 2 sec. What is going on the backgorund. Normally as much as I go...

Zek_De by Senior
  • 479 Views
  • 0 replies
  • 0 kudos

How to detect that console have just connected to HAL UART?

I need my code called when something connects to the HAL UART.I have a simple mini-debug that just prints something to the UART and I see it on a console connected to the STM debug COM port. I noticed that the HAL_UART_Transmit() always returns HAL_O...

HTD by Senior III
  • 2523 Views
  • 2 replies
  • 0 kudos