Skip to main content
GErma.1
Associate III
April 8, 2023
Solved

LPTIM STM32G0 How can I install the HAL LPTIM drivers for STM32G0 in the STM32Cube IDE? BR Gilberto

  • April 8, 2023
  • 1 reply
  • 1082 views

..

This topic has been closed for replies.
Best answer by Sarra.S

Hello @GErma.1​ 

First of all, please note that the LPTIM feature is only available for some STM32G0 series such as STM32G071xx, STM32G081xx, STM32G041xx, and STM32G031xx. So make sure that your microcontroller is one of these supported devices.

if that's the case, you can try enabling it with STM32cubeMX, once the code is generated, the LPTIM drivers should be installed in your project!

1 reply

Sarra.SBest answer
ST Employee
April 10, 2023

Hello @GErma.1​ 

First of all, please note that the LPTIM feature is only available for some STM32G0 series such as STM32G071xx, STM32G081xx, STM32G041xx, and STM32G031xx. So make sure that your microcontroller is one of these supported devices.

if that's the case, you can try enabling it with STM32cubeMX, once the code is generated, the LPTIM drivers should be installed in your project!

To give better visibility on the answered topics, please click on Accept as Solution on the reply which solved your issue or answered your question.