TC397 multi-core reset stuck

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

cross mob
johnny-w5
Level 1
Level 1
5 sign-ins First solution authored First reply posted

Hi, I used the TC397 Core0 and Core1 to run our application, Core0 for main application, Core1 for peripheral control.

My problem is, when I tried to call the reset function  "IfxScuRcu_performReset(IfxScuRcu_ResetType_application,0x0000)" at Core0, it will stuck at Core0 initial step.

Any comment or suggestion will be appreciated.

0 Likes
1 Solution
johnny-w5
Level 1
Level 1
5 sign-ins First solution authored First reply posted

Thanks for your reply, this issue had been fixed with the "IfxScuRcu_performReset(IfxScuRcu_ResetType_system,0x0000)" , it seems like the reset type problem.

View solution in original post

0 Likes
2 Replies
TBencher
Level 6
Level 6
25 solutions authored 25 likes received 5 questions asked

Hi,

where exactly does it stop? Did you try to do the application reset without debugger connected as well?

Best regards,

TBencher

0 Likes
johnny-w5
Level 1
Level 1
5 sign-ins First solution authored First reply posted

Thanks for your reply, this issue had been fixed with the "IfxScuRcu_performReset(IfxScuRcu_ResetType_system,0x0000)" , it seems like the reset type problem.

0 Likes