STM32 MCUs Products

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

New possibilities for the ultra-low power segment!

STM32U0 is the first Cortex-M0+ with a static consumption of only 160 nA in standby mode with RTC (Real-Time Clock) and 16 nA in shutdown. It also achieves 118 points in CoreMark and targets SESIP level 3 and PSA level 1 focusing on firmware code pro...

gif-stm32u0.gif

Resolved! Timer Commutation Event Callback not firing STM32F429

EDIT* for those seeking a solution, JW in the replies below pointed out that the DIER register for TIM1 never enabled the interrupt bit for the commutation event and the mistake was that I used HAL_TIMEx_ConfigCommutEvent(&htim1, TIM_TS_NONE, TIM_COM...

tim1_conf.png tim1_conf2.png tim1_conf3.png
DNG_Gabbi by Associate III
  • 1224 Views
  • 8 replies
  • 2 kudos

Resolved! I-CUBE-USBD-Composite

Hey, just wondering if you could help with the following? We are using a package called I-CUBE-USBD-Composite for combining two USB classes. We use CDC class for serial communication and HID class for MIDI. We change the descriptor for custom HID cla...

Resolved! HAL_I2C_Mem_Read, no NAK send out

Hi There,While reading the data from I2C, I see that the master is missing to send NACK.Some fixed was done in https://github.com/STMicroelectronics/STM32CubeF4/issues/139 but those fixes are there in the code. But still sometime i see that NACK not ...

Screenshot 2024-05-30 140540.png

STM32 CANBus bootloader - verification errors

Heads up about a problem we discovered, and I think solved.  We're using the built-in STM32L452 bootloader per AN3154 to do in-system firmware updates over CAN bus from an Android host.  We started with the can-prog Python utility (https://github.com...

Brian Rau by Associate III
  • 373 Views
  • 1 replies
  • 1 kudos

STM32U5 board can't connect to cubeprogrammer

Hello,I had two STM32 boards connected to the PC, and I ran the regression.sh program from SBSFU to configure one of them. However, the second board, which also had the SBSFU application installed, was configured as well. Now, the second board cannot...

Istillaga_0-1717143331135.png Istillaga_1-1717143443704.png