Skip to content

Clarification on project rebuild #74

Answered by ussserrr
cooked asked this question in Q&A
Discussion options

You must be logged in to vote

generate command will initiate a code re-generation based on your updated .ioc file (after you've updated a hardware configuration through the CubeMX). It is important to not manually start this process from GUI but let stm32pio to do its job as the CubeMX works differently in headless and GUI modes. Pass optional —with-build option to also rebuild the new version of the source code (via PlatformIO).

If you've updated only your sources and not an .ioc config then just use PlatformIO directly to compile / upload (e.g. by pio run).

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by ussserrr
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
question Further information is requested
2 participants
Converted from issue

This discussion was converted from issue #32 on August 08, 2021 21:29.