User Activity

The problem I am having is the flag in the HAL_ADC_ConvCmpltCallback() function is never set, so the "if" statement in my main while loop is never entered.
Posted on December 19, 2017 at 05:50Hello,I am using the Mikro Pro C IDE to write a simple program to toggle GPIOA pin 0 on a STM32F407VGT6. When I compile I get several errors, but I don't think it has to do with an error in my code, more or less a...