cancel
Showing results for 
Search instead for 
Did you mean: 

Hello Mr. can you help me on how I can create a variable that will change my duty cycle on the debugger thank you

abodi.1
Associate II

0693W00000bh8bTQAQ.png

1 ACCEPTED SOLUTION

Accepted Solutions

Perhaps add some console input?

Have a named variable you can open/view the debuggers memory view, and have the code in the main loop or update interrupt write this into the TIM->CCRx register.

If you have a Peripheral View open for the TIM you could perhaps enter in the value directly.

Probably safer to have a User Interface, that way you can check value ranges, and you aren't dead-stopping the machine.

Tips, Buy me a coffee, or three.. PayPal Venmo
Up vote any posts that you find helpful, it shows what's working..

View solution in original post

1 REPLY 1

Perhaps add some console input?

Have a named variable you can open/view the debuggers memory view, and have the code in the main loop or update interrupt write this into the TIM->CCRx register.

If you have a Peripheral View open for the TIM you could perhaps enter in the value directly.

Probably safer to have a User Interface, that way you can check value ranges, and you aren't dead-stopping the machine.

Tips, Buy me a coffee, or three.. PayPal Venmo
Up vote any posts that you find helpful, it shows what's working..