How do I include HAL PWREx Power extension driver and other extension drivers?
I am trying to use the HAL_PWREx_EnableSRAMRetention() function described in UM2319 Description of STM32G0 HAL and low-layer drivers
I am using STM32CubeIDE, with my project configured as a STM32 project (with .ioc file for managing software packs, etc)
Problems I am having:
- UM2319 - Description of STM32G0 HAL and low-layer drivers doesn't seem to contain any information on how to actually download and access the extension driver that it is documenting.
STM32CubeG0 MCU Firmware Packagedoes not contain the PWREx driver(wrong)- I cannot find PWREx driver listed in the STM32CubeIDE Embedded Software Packages Manager (see screenshot below)
- Google searches on this topic have been frustrating - I just get a whole bunch of UMXXXX pdf user manuals for different STM32 MCUs --> I need the driver!
Help please?


