This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

CCS/TMDSHVMTRPFCKIT: ACI Speed estimation aci_se.h macro.

Part Number: TMDSHVMTRPFCKIT

Tool/software: Code Composer Studio

Dear TI Hello,

I have a problem with the speed estimation in the  project developed on the F28335 DSP,

Could you explain to me please why BaseRPM in the figure below takes the value 42949....,despite of the Uint32 definition and initialization (3600),  

The same thing with WrHatRpm,

I tried to change this value in the macro but the BaseRPM doesn't take  in the expression display the value I set in the macro,

Thank you in advance,

Regards,

S.Tarik,

 

  • Did you verify the value using the memory browser? You could figure out the address of the variable of interest from the map file and from within the debug perspective, you could open the memory browser from the View tab and check the actual value in there...
    Or, if you are familiar with editing the linker command file, try editing the memory allocation for the data variables ...