Hi,
i have a problem with the communikation of the main cpu with the cla,
i use the cla math and modified a examble. The cla don´t take varriable i made, but it ist in the same struct like the examble i.e.
struct CPU_TO_CLA_MSG_RAM {
float rad0; (from examble)
float Ref; (new) }
and the call
MMOV32 MR0, @_CpuToCla1Msg.rad0 ; run
MMOV32 MR0, @_CpuToCla1Msg.Ref ; don´t run
"CLA.asm", ERROR! at line 125: [E0300] Structure/union member, Ref, not found
MMOV32 MR0, @_CpuToCla1Msg.Ref
can somebody help me ?
thx