Is the ADC1 in the stm8s103 the same as in the stm8s105?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2018-06-24 1:16 AM
I have code for the ADC1 that works on the STM8S103F103F3P6 but it does not appear to work on the STM8S105C6T6.
Where am I going wrong?
Solved! Go to Solution.
Accepted Solutions
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2018-06-24 4:16 PM
There was a bug in my code - I was not triggering another conversion after EOC was set. Sorry folks, my mistake!!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2018-06-24 4:16 PM
There was a bug in my code - I was not triggering another conversion after EOC was set. Sorry folks, my mistake!!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2018-06-25 5:07 AM
'
There was a bug in my code'
fortunately, that's true in most cases.
