User Activity

Posted on May 25, 2017 at 16:57Hello,I'm using the STM8AL Discovery board. Im trying to get the ADC working using the ST drivers. When I initialize the code Nothing shows up in the ADC registers. Below is my initialization code:/* --- ADC --- */// I...
Posted on July 15, 2014 at 21:38I have a project that requires an IO pin to switch between High Z (Tri-State) and High. On a previous 8 bit micro the high z condition was satisfied by setting the port to an input and the high was satisfied by making...