Page 1 of 1
View STM32Cube code
Posted: Wed Apr 08, 2020 9:22 am
by nate92
Is it possible to view the gernated code in Cube? ie. if I write code on the arduino IDE and send it to my Nucleo board, is there a way to view the SAME code that was gernated in the cude IDE.
Re: View STM32Cube code
Posted: Wed Apr 08, 2020 10:05 am
by fpiSTM
I don't really understand your question.
If you want compile the core and you sketch un the STM32Cube IDE then you will have to create yourself the project and import all related source file and convert yourself the .ino into a cpp.. and also do all the project config with options and definitions.