User Activity

Posted on November 16, 2016 at 10:18Hey,After entering anything to the command line, it just goes off, doesn't do anything, tried different combinations, commands, anything, but it just exits and nothing. Dis anyone had similar problems, or knows wh...
Posted on October 03, 2016 at 11:21Hello,I'm using a st-link v2 to flash my stm32f030k6t6 chipI need to know if there is a way to multiflash download with the st-link utility tool?If not is there any way to do it, and how?Thank you #flashing-stm3...
Posted on August 05, 2016 at 11:56I wanted to try out the CubeMX. I'm a bit stuck with some time issues. In standard peripheral I used system_get_time();What is the equivalent of this function in CubeMX?I found HAL_RCC_GetHCLKFreq(); that could be i...
Posted on July 21, 2016 at 12:33Hello,I want to try to wake up the F030 out of the standby mode. I enabled HAL_PWR_EnableWakeUpPin, then put the chip into low power mode with HAL_PWR_EnterSTANDBYMode. I know that to wake it up i should make a rising...