Other Parts Discussed in Thread: C2000WARE
Tool/software:
Hi Expert
Customer use CCS6 and v15.12.3.LTS in the legacy project, and find the issue below:
As an example, I claim a structure below:
Structure Example
{
uint_16 Var1
uint_16 Var2
uint_16 Var3
& Function_handler(& structure) pointer
& Example_instance pointer
}
I use the Structure like this: Eample.Function_handler(Eample.&Example_instance), the MCU may stuck when it jump into this c statement and go to illegal interrupt, but this issue will not be 100% reproduced.
But if I use the Structure like this: Eample.Function_handler(Eample) the MCU works well.
Is there any suggestions to debug this issue?
Thanks
Joe


