User Activity

I have  a product with replaceable battery (1S1P) , that can be changed by the user.User can put primary battery (non-rechargeable) 3,0V or rechargeable battery (3,7V).The rechargeable battery will be charged outside of the product. So the battery wi...
HelloI am (still) using CooCox IDE + STM Periph Libraries 1.5.0In my code I finally enabled ADC interrupt , but surprise, the code is ending into default handler regardless the fact that I have a function with the same name as the adc handler used in...
Is there any way to programm STM8 using a command line software ? I tried with ST-LINK_CLI but that is just for 32bits, no SWIM option
Posted on July 27, 2017 at 12:14Perhaps the title is wrong, but my code behaves like this: I have configured 4 channels to be converted in the ADC; I have put a variable which increments inside ADC irq EOC (EOC_Counter) and another which increments ...
Posted on July 10, 2017 at 07:49HelloI want to generate a 50Hz stable sine wave which I will amplify in order to obtain AC and DC voltage and current.The strategy is to generate the sine wave using DAC or PWM. I used one STM32 MCU with two DAC outpu...