How to do soft reset to CM0 in PSoC 63 ?

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

cross mob
jamec_2673086
Level 3
Level 3
5 likes given First like received First like given

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
LiDo_2439176
Level 5
Level 5
First question asked 50 replies posted 50 sign-ins

Only CM0p core can't be reset.

Soft reset System reset by calling NVIC_SystemReset() from CM0p core.

Soft reset only CM4 reset by calling __NVIC_SystemReset() from CM4 core.

View solution in original post

1 Reply
LiDo_2439176
Level 5
Level 5
First question asked 50 replies posted 50 sign-ins

Only CM0p core can't be reset.

Soft reset System reset by calling NVIC_SystemReset() from CM0p core.

Soft reset only CM4 reset by calling __NVIC_SystemReset() from CM4 core.