User Activity

Posted on October 26, 2016 at 09:31Hi All...i using stm32f103rbt and Ds18B20 temp sensor.i search for hardware peripheral driver that make 1wire independent from cpu but not find any thing useful.i want to read temp from ds18b20 without delay. how i...
Posted on August 04, 2016 at 20:09 Hi there. i want to make a pulse counter with stm32f103RB. at first time i using EXTI to count the pulses means configure one of EXTI in falling or rising edge and in the IRQ_hander routine increase a var...