Other Parts Discussed in Thread: SYSCONFIG
Hello,
I tried to initialize 3 ADC instances (0, 1, 4) at start-up task. When I initialize only ADC0 and ADC1, the code works correctly. However, if I add another instance ADC4 from Sysconfig, the code will abort at setting the clock for ADC4. These 3 ADC instances are using the same configuration. Is there a conflict to initialize ADC in freeRTOS task, or I should initialize them before starting the task scheduler?
Thanks for the reply.
Lync