STM32 MCUs Products

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

Resolved! Wake up MCU by CANbus interruptions from sleep mode (STM32F1)

I am working on power management and I put MCU in sleep mode (no low-power), but it doesn't wake up when it receives a CAN frame, it stays in sleep mode. I would like any CAN frame to wake up the MCU.To switch to sleep mode I use :HAL_SuspendTick(); ...

MSkor.1 by Associate II
  • 2629 Views
  • 1 replies
  • 0 kudos

STM32 Hotspot, a new GitHub for unofficial projects

ST is unveiling STM32 Hotspot on GitHub, which comprises repositories developed by ST employees for demos or example features that are not part of the official ST GitHub page or the traditional STM32Cube ecosystem on ST.com.Developers now have access...

systick is not working after jump.

below are the codes(0x0801E000U) which is used for jump:#define PROJ1_FLASHADDR 0x08000000U#define PROJ2_FLASHADDR 0x0801E000U __disable_irq(); /* Get the main application start address */ uint32_t jump_address = *(__IO uint32_t *)(PROJ1_FLASHADDR + ...

Hard Fault issue in 2 particular MCU

We are using STM32G0B1CBT MCU in our product. We assembled 10 pieces and out of 10, 2 devices are randomly going in hard fault sometime instantly after reset and sometime even after 1 hour. What would be the cause? What measures should be taken to re...

HAL_UART_RECEIVE_IT not working all the time in HAL

Hi,I'm using the UART functionality in NUCLEO-H745ZI-Q board. I want to transmit with UART polling and receive with interrupt. Every time I am able to transmit the characters on to the putty but sometimes receive interrupt is not working. I'm using H...

Mr. AK by Associate III
  • 643 Views
  • 4 replies
  • 0 kudos

Timer external clock with interrupt

I have connected an external clock to TIM1 and I want to count the values ​​where the counter register is overflow with interrupt. My code is like this, but it doesn't work. TIM_ICInitStructure.TIM_Channel = TIM_Channel_2; TIM_ICInitStructure.TIM_ICP...

hdemi.1 by Associate III
  • 340 Views
  • 0 replies
  • 0 kudos

Resolved! The STM32 Selection Guide 2021 Shows that STM32F407VET6 contains 512K flash, but actually the flash could be wroten from address 0x0800 0000 to the 0x080F FFFF, So what's the problem?!

The STM32 Selection Guide 2021 Shows that STM32F407VET6 contains 512K flash, but actually the flash could be wroten from address 0x0800 0000 to the 0x080F FFFF, So what's the problem?! 

Resolved! Will software of STM32F407ZET6 work in STM32F407ZGT6?

Dear Community,I would like to request manufacturing additional board for a project but currently PCB assembling partner doesn't have STM32F407ZET6 in stock but it has STM32F407ZGT6.Basically, these two MCUs have the same capabilities except ZGT6 has...

VaZso by Associate III
  • 1069 Views
  • 3 replies
  • 0 kudos