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

Read NMEA Data via UART STM32

HelloI am currently working on a microcontroller project I am building a GPS tachometer which transfers the NMEA data of the GNSS 4 Click Module from Mikroe via UART to my STM32L052K6T6 and outputs it to a displayI have so far UART initialized with t...

MSchmutz by Associate II
  • 1419 Views
  • 7 replies
  • 3 kudos

STEVAL-MKBOXPRO firmware upgrade, Unicleo GUI and IDE

Hi, [1] I have this board STEVAL-MKBOXPRO. on my PC, I have installed all ST software [IDE, CubeMx, Uni-cleo GUI, Unico GUI, AlgoBuilder Suite].[2] I have connected this board via USB-typeC to PC. Questions[Q1] Uni-Cleo GUI does detect the mkboxpro a...

vlsireddy_0-1717017952186.png

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
  • 322 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
  • 135 Views
  • 1 replies
  • 1 kudos
Labels