Other Parts Discussed in Thread: CONTROLSUITE
Hi,
in the last day I tried to get the CLA example for the F2803x of the controlSUITE running - starting with cla_adc. I finally succeeded, but I was in trouble with a little change from v125 to v126. In v125 the example uses the MemCpy-function to move the CLA code to the CLA code ram (Example_2803xClaAdc.c). In v126 the memcpy-function is used. The parameterlist is adapted, but to the wrong order. The first parameter should be the destination, but the LoadStart-address is passed.
I think this is a bug. If it is something like a version incompatibility, it is really no good idea to mix up the order of parameters compared to the default.
The same situation occures in the other CLA examples in v126.