I would to know if your IDE is compatible with the microcontroller STM32F051.
Thank you.
Compatibility with STM32F051
(2 posts) (2 voices)-
Posted 3 years ago #
-
antonio88m - what do you mean by "IDE is compatible with the microcontroller STM32F051"
The LeafLabs Maple IDE download contains several pieces:
1. GNU gcc and binutils. This generates code and builds programs which can be loaded into an STM32F processor.
2. libmaple, which is a library of code, mostly directly dependant on the hardware peripherals in the STM32F103
3. dfu-util which communicates with the USB Maple bootloader programmed into the STM32F103 on Maple boards, and uploads programs using that
4. A program editor which enables you to write programs, and uses the other pieces to compile, link and upload programs
5. A set of example programs which can be compiled and installed on Maple boards.Some of these pieces will work for an STM32F051, but a STM32F051 does not have USB built in, so it can't run the Maple bootloader.
(Full disclosure: I am not a member of LeafLabs staff.)
Posted 3 years ago #
Reply
You must log in to post.