CY8C6245 Softreset code example

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

cross mob
paddyliu
Level 3
Level 3
Distributor - Macnica(GC)
5 comments on blog First comment on blog First like received

Hi Sir,

We use MTB IDE,   is there any code example about  CY8C6245 Softreset ? thanks.

Regards

Paddy

0 Likes
1 Solution
AlenAn14
Moderator
Moderator
Moderator
500 replies posted 100 solutions authored 250 replies posted

Hi @paddyliu ,

You can use the API " NVIC_SystemReset() " to perform a software reset on the PSoC 6 device.

Warm Regards
Alen

View solution in original post

0 Likes
3 Replies
AlenAn14
Moderator
Moderator
Moderator
500 replies posted 100 solutions authored 250 replies posted

Hi @paddyliu ,

You can use the API " NVIC_SystemReset() " to perform a software reset on the PSoC 6 device.

Warm Regards
Alen

0 Likes
paddyliu
Level 3
Level 3
Distributor - Macnica(GC)
5 comments on blog First comment on blog First like received

Hi Alen,

Got it with thanks.  I check the API " NVIC_SystemReset() " in PDL or HAL  documentation, but I can't find any information about NVIC_SystemReset(). Can you recommend some documentation for these API.Thanks.

Regards.

Paddy

0 Likes
AlenAn14
Moderator
Moderator
Moderator
500 replies posted 100 solutions authored 250 replies posted

Hi @paddyliu ,

The API I mentioned above is an API from the CMSIS library for Cortex - M MCU's like PSoC.

The Documentation for this API can be obtained here.

Warm Regards
Alen

0 Likes