Reset System while another cpu in sleep mode

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

cross mob
JaMe_3934746
Level 1
Level 1

Hello,

I have a doubt about PSM of PSoC6.

Can we do reset the system from CM4 while cm0 is in deep sleep mode ?

If not than, Do we have any way to do so ?

0 Likes
1 Solution
RodolfoGL
Employee
Employee
250 solutions authored 250 sign-ins 5 comments on KBA

Yes, you can. Simply call NVIC_SystemReset();

View solution in original post

0 Likes
1 Reply
RodolfoGL
Employee
Employee
250 solutions authored 250 sign-ins 5 comments on KBA

Yes, you can. Simply call NVIC_SystemReset();

0 Likes