cancel
Showing results for 
Search instead for 
Did you mean: 

I can't control the STM32G431 using the Analog knob, What should i do?

Ksawa.113
Associate
 
2 REPLIES 2

>>I can't control the STM32G431 using the Analog knob, What should i do?

How would you normally debug a hardware/software design?

Are you talking about this board, or some other random implementation?

https://www.st.com/en/evaluation-tools/b-g431b-esc1.html

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

You could read the analog value and print it... is it 12bit ?

then decide on a task depending on the value,

if ( Analog < 2048 ) RunLessThanHalf()

else RunGreaterThanHalf();