2019-10-15 07:48 PM
2019-10-15 08:04 PM
>>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
2019-10-15 08:36 PM
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();