Dears,
due to my special application, I have to run two tasks, task 1 is battery voltage monitoring (run once every 30 second), and task 2 (run once every 10ms) is monitoring external temp sensor and display the temp via LCD, task 2 occupied all the 14pin of SCE, so, task 1 should run in MCU. these two tasks are asynchronous, and running in different core(one for SEC, and one for MCU), but they share one ADC.
my question is how to access ADC in MCU, and how avoid the conflict when SCE and MCU access ADC in the same time. thanks in advance!
Best Regard!
Gerry Li