Can i program my STM32F103C8T6 with atollic via USB port?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2021-10-06 5:51 AM
Hi,
I'm use STM32F103C8T6 for some subsytem of UAV. I want to program my STM32 via USB port but i cant find any document for atollic or cube ide. I find only for arduino IDE. What can i do?
Thank you.
Solved! Go to Solution.
- Labels:
-
STM32CubeIDE
-
STM32F1 Series
-
TrueSTUDIO
Accepted Solutions
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2021-10-06 5:53 AM
Welcome, @BYONE.1​, to the community!
You should consider to use the STM32CubeProgrammer, because programming using USB is usually done using the internal bootloader of the STM32.
Regards
/Peter
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2021-10-06 5:53 AM
Welcome, @BYONE.1​, to the community!
You should consider to use the STM32CubeProgrammer, because programming using USB is usually done using the internal bootloader of the STM32.
Regards
/Peter
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2021-10-06 5:59 AM
Thank you for your reply,
If are there any document or website for that, can you share with me?
Regards
/Berkan
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2021-10-06 6:09 AM
Yes of course - you will get it if you click on the link that I just added for the STM32CubeProgrammer (highlighted in blue).
Regards
/Peter
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2021-10-06 6:10 AM
Hello @BYONE.1​ and welcome to the Community :)
Regarding the program with CubeIDE or Atollic, I advise you to use the examples available under STM32CubeF1 MCU package.
All examples integrate the IDEs: EWARM, MDK, SW4STM32.
So, you can select the suitable example for you using SW4STM32 or IAR, then migrate to STM32CubeIDE or Atollic following these guides:
- UM2579: Migration guide from System Workbench to STM32CubeIDE
- Migration guide from IAR to Atollic TrueSTUDIO
Hope this helps you!
When your question is answered, please close this topic by choosing Select as Best. This will help other users find that answer faster.
Imen
Thanks
Imen
