Multi core concept

Tip / Sign in to post questions, reply, level up, and achieve exciting badges. Know more

cross mob
User14049
Level 3
Level 3
Hi,

Is it possible that I can initialisation ADC in one core and I2C in second core and both work simultaneously on power up.
0 Likes
1 Reply
MoD
Employee
Employee
50 likes received 500 replies posted 100 solutions authored
Yes, this is possible. You need only have attention on write access to safety endinit protected registers (e.g. Pxx_PDR) to avoid a parallel access from 2 CPUs to the endinit of the safety watchdog.
0 Likes