STM8 MCUs

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

Resolved! STM8AL3136: How to get DAC1 on PB4

Posted on February 08, 2018 at 15:43I'm using the example code from STM8L15x-16x-05x-AL31-L_StdPeriph_Lib as a starting point.I'm able to get GPIO and I2C working but the configuration to get the DAC1 on pin PB4 not working.I have the following conf...

Through-Hole Microcontroller with Evaluation Tool

Posted on October 05, 2016 at 20:17Hi, I'm working on a project that needs a microcontroller to produce a control signal for an analog audio effect. The microcontroller I choose needs the following requirements:-Through-Hole / DIP package-At least 4...

epalaima by Associate II
  • 507 Views
  • 0 replies
  • 0 kudos

DAC parasitic pull-up?

Posted on June 03, 2014 at 20:52I have working code for DAC testing, and it works fine on STM8L152C6 (Discovery board), but meet some problems with STM8L152K6. It works about as expected, excepting output has permanent additional value 0.88V. I trie...

igor by Associate II
  • 544 Views
  • 1 replies
  • 0 kudos

STM8L DAC+DMA+TIM4

Posted on October 23, 2012 at 13:02hello, i'm trying to play raw pcm (22050 Hz, 8 bit unsigned, mono) from sd card to DAC through DMA, with ring buffer. everything works perfectly when i'm using TIM2 as interrupt source (at 22050 Hz) and DAC's softw...