Hello,
All of a sudden CCS compilers are not playing nice with global export reference to typedef struct format used to load many parameters via listing in labs.h (#DEFINE MOTOR_VARS_INIT { } ) .
In this case later versions of motor SDK (FOC) have the same issue in file (is07_speed_control.c), once noticed as being intermittent at times now sold, can't escape the warning.
For-instance I've tried several work arounds such as enclosing initializer with brackets { } without (=). Yet no other syntax seems to help, so the parameters list (MOTOR_VARS_INIT) never loads into #pragma data area and the project is unusable as intended.
Any ideas what is going wrong in the statements below?
