Open C47D opened 6 years ago
Modifying the script made it work, i don't know if this is special for Cube 4.25.0. Just noticed there's a special case handling the Cube version 4.19, should i add a special handling for Cube 4.25? Let me know if this fix can become a pull request.
Regards, Carlos
Sorry for the noise but i found the problem, when generating the project under root the startup file is located on the startup directory, this way this script works as expected. When generating the project with the Generate under root checkbox unchecked the startup file is located on the root directory.
Hi,
I got a problem when using this tool, i'm using CubeMX version 4.25.0.
CubeMX 4.25.0 places the startup file on the SW4STM32 directory:
So i think the script is searching the startup file on a wrong directory. Can you reproduce the problem or i'm doing something wrong?
Regards, Carlos