User Activity

Posted on March 15, 2018 at 22:24Hello guys!I am new in using CAN interface, and for the first time, I started to use it in my project. I used STM32F103C8t. When I wanted to use CAN interface, there only happens time-out exception in run-time and I ...
Posted on December 09, 2016 at 19:31Hello everyone,I am using stm32f030k6...When I am using ST-Link debugger and go into debug state, the Keil IDE goes to an assembly file 'startup_stm32f030x6.s  ' and get stuck there right at the line:LDR     R0, =...
Posted on October 23, 2016 at 21:38The original post was too long to process during our migration. Please click on the attachment to read the original post.
Posted on July 31, 2016 at 22:42Hello everyone, I am using stm32f746 discovery board and I am sending 10 bytes of data in UDP protocol to PC. I can trace the data coming through LAN using WireShark application. for example No.   Time           Sourc...
Posted on July 05, 2015 at 14:30Hello everyone I am using STM32F103RET and I try to use RTC The problem is, when I try to use LSE as RTC clock source, the code is trapped in ''while (RCC_GetFlagStatus(RCC_FLAG_LSERDY) == RESET)  {}; '' loop, it see...