Skip to main content
VGani.1
Associate III
September 22, 2021
Solved

Hi, I choose Main Sensor as Hall Sensors and No auxiliary Sensor. Building a project shows an error. Need Suggestion.

  • September 22, 2021
  • 2 replies
  • 942 views

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.

This topic has been closed for replies.
Best answer by cedric H

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

2 replies

VGani.1
VGani.1Author
Associate III
September 22, 2021

0693W00000F9xADQAZ.jpgError file for reference

cedric H
cedric HAnswer
Technical Moderator
September 22, 2021

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

VGani.1
VGani.1Author
Associate III
September 23, 2021

Thank you for the suggestion. Its working.