Other Parts Discussed in Thread: C2000WARE
Tool/software:
hi,
I am working of a digital inverter and using the C200 ware for the project.
When I run my control code in debug mode, the code runs well but when I run it in stand alone mode, the device enters reset continuously.
After going through my code, I observed that this happens when I call the below funtion
extern float32_t DCL_runDF22_C1(DCL_DF22 *p, float32_t ek);
This function is in the DCLF32.h included file.
I changed the optimization level and other properties of the .c file in which the function is located but the problem still persists.
Please how can this problem be solved.
I am testing my HW and code on the lunch pad.
Thanks