User Activity

Posted on February 26, 2016 at 02:55I'm trying to deal with the setting clocking of STM32F103 MCU without the use of third-party libraries.I wrote several functions for this: http://pastebin.com/kLQS9UmwIf I setup clocking by stm32_rccUseHSE, then e...
Posted on November 17, 2015 at 10:01I'm trying to understand low-level (without third-party libraries) programming of USB module of STM32F103 MCU and have encountered a problem.My sequence of actions:1) I have an external crystal of 8 MHz. PLL setup...