2021-09-21 11:54 PM
Similar kind of project is generated when the main sensor is Observer+PLL and auxiliary sensor as Hall Sensor. Now tried Hall sensor as main sensor, but error exists when building a project.
Solved! Go to Solution.
2021-09-22 02:41 AM
Hello,
From what I can deduce from your screen shot, I would advise you to save your project with another name replacing parenthesis "()" by an underscore "_".
It seems that a shell script from cubeIDE toolset is not able to deal with parenthesis.
If the error comes at this stage, it means that your project compiled and linked successfully, the issue comes at hex generation stage.
Regards
Cedric
2021-09-21 11:57 PM
Error file for reference
2021-09-22 02:41 AM
Hello,
From what I can deduce from your screen shot, I would advise you to save your project with another name replacing parenthesis "()" by an underscore "_".
It seems that a shell script from cubeIDE toolset is not able to deal with parenthesis.
If the error comes at this stage, it means that your project compiled and linked successfully, the issue comes at hex generation stage.
Regards
Cedric
2021-09-22 05:53 PM
Thank you for the suggestion. Its working.