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

eazhilarasanm
Level 1
Level 1
First question asked Welcome!

Hi Cypress Team, 

 

I've written a code for Universal motor drive with PID loop control with Cypress - 4245 - AXI - 483 Controller. Now i need to Debug the code and also need to watch the live updating of data through watchdog window will be more helpful.

 

Kindly check and update me with the settings of Live Update through watchdog window.

1 Solution
Raj_JC
Moderator
Moderator
Moderator
50 likes received 250 replies posted First question asked

Hi @eazhilarasanm,

PSoC Creator does not support watching variables in real-time directly. In debug mode of PSoC Creator, to watch variables, debugging halt is required by using breakpoints or clicking the ‘Halt Execution’ button manually.

There are two methods  to watch the variables in real-time:

Method 1: Use Software Transmit UART Component and USB-UART Bridge

Method 2: Use a third-party debugger and IDE

You can refer to the 'How to Watch Variables in Real Time for PSoC 4 Debug – KBA222076'  KBA for further details.

Please, let us know if you need further clarification.

Thank you

Best Regards

Raj Chaudhari

View solution in original post

0 Likes
1 Reply
Raj_JC
Moderator
Moderator
Moderator
50 likes received 250 replies posted First question asked

Hi @eazhilarasanm,

PSoC Creator does not support watching variables in real-time directly. In debug mode of PSoC Creator, to watch variables, debugging halt is required by using breakpoints or clicking the ‘Halt Execution’ button manually.

There are two methods  to watch the variables in real-time:

Method 1: Use Software Transmit UART Component and USB-UART Bridge

Method 2: Use a third-party debugger and IDE

You can refer to the 'How to Watch Variables in Real Time for PSoC 4 Debug – KBA222076'  KBA for further details.

Please, let us know if you need further clarification.

Thank you

Best Regards

Raj Chaudhari

0 Likes