User Activity

Posted on May 26, 2014 at 13:36Hello, Is there any flash tool for linux (or windows) over CAN-bus? STM32F105 is capable to boot from CAN-bus but I didn't find any tool for that. What is the best way to boot the chip from system memory without acces...
Posted on May 17, 2014 at 00:52 Hi, I am trying to get the duration of a signal with input capture of timer. I have two signals, which are comming from another chip, CLK and OUT. CLK is 125 KHz and OUT is variable between ~3.5KHz and 4KHz....
Posted on April 03, 2014 at 01:25 Hi, I want to build a small CAN-Bus Network using CAN1 and CAN2 module of the STM32F105RCT6. Before testing the network I noticed something in the standard periphery library from ST. In my startup file...
Posted on March 26, 2014 at 00:32 Hello, I want to decode manchester code sent by RFID chip EM4 I set up a timer as counter without interrupt and EXTI line with interrupt. I am getting an interrupt on every rising and falling edge of the PC.6...
Posted on March 24, 2014 at 21:28Hi,I want to make a timer to count on each rising edge of a square signal on PC.6. I am using STM32F103RBT6. I searched a sample code for that, but I couldn't find anything. What I found are all about timer interrupt...