Other Parts Discussed in Thread: SYSCONFIG
Tool/software:
Hi team
The CLA init sequence in TRM is below:
Copy CLA code into the CLA program RAM -> Initialize CLA data RAM, if necessary -> Configure the CLA registers -> Initialize the PIE vector table and registers -> Enable CLA tasks/interrupts -> Initialize other peripherals
But in cla_ex1_asin demo code, the init sequence is:
PinMux_init();
CLA_init();
MEMCFG_init();
INTERRUPT_init();
if switch CLA_init() and MEMCFG_init(), the MCU cannot run properly. Do I understand the sequence wrong?
Thanks
Joe