Tool/software: Code Composer Studio
Hello,
I am using Picollo F28069 microcontroller and CCS version 6.1.1. We have the microcontroler based control systems in our application for the field of Power Electronics. We have two modules, one is a rectifier and another is an inverter, both having seperate controllers. Rectifier operates at 9Khz and Inverter at 4.5 Khz frequency. Suddenly we have started facing a problem in which some of the float variables are always set to infinity and we cannot even overwrite them in Debug window. And the variable keeps changing, I mean the variable is not fixed. This error directly affects the control system and eventually the system shuts down. And this problem is encountered only in Inverter module. In rectifier evrything works perfectly fine with.
Let me tell you that we have little more complex control in Inverter module thereby increasing the code size and variables in the inverter module. So I tried to reduce the number of float variables as much as I can, thinking that there must be some limit to the number of float variables and that limit must have exceeded. But still the problem remains as it is.
I have tried to browse the related threads on the forum but couldn't find any. If at all the same problem have been encountered before then please send me thread links.
I am looking forward for your suggestions.
Thank you