How to reset CM0p by firmware?

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

cross mob
kadhc_4169486
Level 1
Level 1

I have developed an application in that I need to reset MCU from software.

So from PSoC4, I know that we have a function for soft reset.

Do we have the same kind of function for resetting only CM0p core, not CM4?

How to do reset to CM0p core?

0 Likes
1 Solution
LinglingG_46
Moderator
Moderator
Moderator
500 solutions authored 1000 replies posted 10 questions asked

As my understanding, the customer don't only reset the CM0 plus core only.

" NVIC_SystemReset();" can reset the system, because CMO plus act as the role to boot CM4.

We can only reset the CM4, but not the CM0+.

View solution in original post

0 Likes
2 Replies
LinglingG_46
Moderator
Moderator
Moderator
500 solutions authored 1000 replies posted 10 questions asked

As my understanding, the customer don't only reset the CM0 plus core only.

" NVIC_SystemReset();" can reset the system, because CMO plus act as the role to boot CM4.

We can only reset the CM4, but not the CM0+.

0 Likes
LinglingG_46
Moderator
Moderator
Moderator
500 solutions authored 1000 replies posted 10 questions asked

You also can refer to this community:How to do soft reset to CM0 in PSoC 63 ?

0 Likes