Hi,
Currently I've a Multicore application,
In core0, when button is pressed will go sleep(standby mode), and when again button is pressed core0 will wakeup. (I've configured button press as a external interrupt). And in other cores(core1, core2, & core 3) three GPIO pin for each core is toggled for every 0.5sec.
1. When core 0 going to sleep remaining cores(core1c core2 & core3) also needs to go to sleep and similarly for wakeup, when core0 is wakeup. Is it achievable ? If yes, how can we achieve it.
Thanks