User Activity

Hi I am having a strange issue with STC3115.My system is designed in such a way that the main MCU and all circuitry is powered using a push button controller. On long press my MCU and all devices will be off but except the fuelgauge which is powered ...
#include "stm8s.h"   //My delay for testing. Calibrated for milli seconds.   void delay2(uint16_t ms) { volatile uint16_t a = 100; while(ms--) { a = 1800; while(a--); } }   void main(void) { //CLK_DeInit(); CLK_HSIPrescalerConfig(CLK_PRESC...
Posted on July 25, 2016 at 23:29Hi,    I am trying to stream a 1024 sample buffer to PWM in timer1 channel1 using circular DMA. But how will I control the speed of streaming from RAM to PWM at 44KHz? I couldn't find any option like triggering option...
Posted on July 25, 2016 at 01:25Hi,     Using cubeMX I have implemented a timer triggered (42KHz T2 TIM_TRGO_UPDATE )circular DMA transfer from ADC channel 1 to  memory buffer. I am trying to do some audio processing in real time. Also I am driving ...
Posted on July 03, 2016 at 01:09  The original post was too long to process during our migration. Please click on the attachment to read the original post.