2021-10-06 05: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.
2021-10-06 05: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
2021-10-06 05: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
2021-10-06 05:59 AM
Thank you for your reply,
If are there any document or website for that, can you share with me?
Regards
/Berkan
2021-10-06 06: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
2021-10-06 06: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:
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