User Activity

Trying to get best of STM32F373CCT6 & its differental moded SDADC1 for a pressisios bridge type sensor.Datasheet's say that the SDADC speed limit is 50kS per second.Ive reached only 68uSec (~15k) for thisHAL_GPIO_WritePin(GPIOA,GPIO_PIN_4,GPIO_PIN_SE...
Posted on July 05, 2017 at 12:10I'm using quad comparator LM2901.When i wanted to invert output i've just swaped places of + and - inputs.It worked on emulator but did not work on real circuit.What am i doing wrong?Maybe there is a better way to do ...
Posted on January 24, 2017 at 17:38Why timer IC mode doent work?I've configured everything thround Cube, enabled interups and cant get it to work. Some channels just doent work.__IO uint64_t impData=0;__IO uint32_t icnt=0;...main part __HAL_RCC_TIM2...
Posted on October 27, 2016 at 19:26I've been making a device on STM32F407VGT6 That uses UART with both DMAs, DAC, few GPIO and Timers After some time coding it, ive came into shocking situation. DAC have become inverted! If i send 0, it sets 3.3V, i...
Posted on June 05, 2015 at 03:03Wrote some code for STM32F429I-Disco that writes data in flash but it denied to work in USB receive function. ''static int8_t CDC_Receive_HS(uint8_t*Buf,uint32_t*Len)'' But it did work in main. What can it be? uint32_...