Can I use HAL library in MBED?
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2018-03-15 11:21 AM
Posted on March 15, 2018 at 19:21
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?
This discussion is locked. Please start a new topic to ask your question.
2 REPLIES 2
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2018-03-15 11:38 AM
Posted on March 15, 2018 at 19:38
Yes, you can. There are HAL drivers under mbed. So you can call them directly.
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2018-03-15 10:02 PM
Posted on March 16, 2018 at 05:02
Here is the source:
https://github.com/ARMmbed/mbed-os/tree/mbed-os-5.8/targets/TARGET_STM/TARGET_STM32L4/device
