2018-03-15 11:21 AM
Hello,
I have Stm32 L4 microcontroller. I want to make use of all its power modes and I have only found the HAL library generated by the Cube software(
) that uses all the 8 power modes. My question is can I use the HAL library with the MBED compiler?2018-03-15 11:38 AM
Yes, you can. There are HAL drivers under mbed. So you can call them directly.
2018-03-15 10:02 PM
Here is the source:
https://github.com/ARMmbed/mbed-os/tree/mbed-os-5.8/targets/TARGET_STM/TARGET_STM32L4/device