Replies: 3 comments 1 reply
-
Hello! Building is performed entirely by PlatformIO so the issue is somewhere in its build process. What board do you have? What periphery is activated in code/in CubeMX? Are you able to build some basic "hello world" project for your board/MCU using just PlatformIO (without CubeMX and stm32pio)? |
Beta Was this translation helpful? Give feedback.
-
I've tried to build the project for your board but have faced no problem in the build process. First of all, I've created a default IOC configuration for the NUCLEO-F303K8 board (i.e. one that CubeMX suggesting by default when creating a fresh new project). For this one there were no issues in generating & building. Then, I've activated TIM1 and TIM3 (in PWM mode) to simulate your setup. With this configuration there were no errors either. My assumption here would be: there is some library missing at PlatformIO side that prevents the code from successful compiling. List of libraries/packages of mine:
Also,
|
Beta Was this translation helpful? Give feedback.
-
Also, it is weird the CLI is not working for you but GUI does. Is there some output before it stops? Have you tried to activate the verbose logging with |
Beta Was this translation helpful? Give feedback.
-
Hi!
I like the idea of your framework, but I haven't been able to succeed yet. First of all I struggled to understand how to init/generate through the CLI since every time I tried to generate a new project it just stuck and did nothing. In the end I ended up using the GUI (which is really nice by the way) and after succeeding at each step I couldn't get my project to build the errors I get are
Beta Was this translation helpful? Give feedback.
All reactions