Part Number: TMS320F28035
Other Parts Discussed in Thread: C2000WARE
Hi Support,
can we suggest to customer specific CLA examples for F28035 showing how to set RAM (identifying CLA and C28x specific areas)? Customer need to start CLa activities after EOC of ADC and then generate an INT to main core.
They are studying Control Suite examples
HVACI_Sensorless_CLA_F2803x
HVPM_Sensorless_CLA_F2803x
Resolver_f28035_CLA
and they are now setting RAM areas as following:
-Cla1Regs.MMEMCFG.bit.PROGE = 1; // Configure the RAM as CLA program memory
-Cla1Regs.MMEMCFG.bit.RAM0E = 1; // configure RAM L1, F28035 as CLA Data memory 0
-Cla1Regs.MMEMCFG.bit.RAM1E = 1; // Configure RAM L2, F28035 as CLA data memory 1
but they are facing issues. It seems that RAM areas are changing values in non expected way.
Thanks and regards,
Alberto