|
Does Arduino IDE support embedded C register level programming of any STM32 based micro board? Is any prebuild library available of Comparator using HAL/ LL supported by Arduino IDE? |
Answered by
fpistm
Jun 29, 2022
Replies: 1 comment 4 replies
|
This core is based on the official HAL/LL from ST including the CMSIS. So you can do the same than using the Cube FW in Arduino. |
4 replies
Answer selected by
mishraEmb
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
This core is based on the official HAL/LL from ST including the CMSIS. So you can do the same than using the Cube FW in Arduino.