Part Number: TMS320F28386D
Is there the method that CLA can use the const data from C28X
Such as const Uint16_t u16PeriodCount = 500;
This thread has been locked.
If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.
Part Number: TMS320F28386D
Is there the method that CLA can use the const data from C28X
Such as const Uint16_t u16PeriodCount = 500;
HI,
Constants are usually loaded to Flash memory, which is not accessible to CLA. If you store the constants in LSRAM which is configured as CPU-CLA shared data memory, they can be accessed by CLA
Regards,
Veena