User Activity

How do I include the HAL power drivers in cube mx? I have an STM32G4 per the documentation here link I should be able to load the HAL LL Power driver. I am currently porting over code from pre CubeMX where they directly included all the stm32g4xx_ll...
I need to add USB MSC to a project that was created without an ioc file. The current project contains USB CDC already, so the USB core is already in place. I just need to swap the CDC for MSC. I would have thought that I could change a few assignm...