- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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.
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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