User Activity

Posted on October 30, 2015 at 13:30 STM32CubeMX generate that code for my STM32F4Discovery (STM32F407VG): /** * @brief CDC_Receive_FS * Data received over USB OUT endpoint are sent over CDC interface * through this function. * * @no...
Posted on October 01, 2015 at 14:14I've STM32f417IF. I try to user RTC. All Init code writed by STMCubeMX. Then i set date and time, but after reset RTC time clean again.RTC have own big capasitor and i just make reset, without poweroff.What is wron...
Posted on April 07, 2015 at 12:52In example:if(f_open(&MyFile, ''STM32.TXT'', FA_CREATE_ALWAYS | FA_WRITE) != FR_OK) Keil output: error:  &sharp167: argument of type ''char *'' is incompatible with parameter of type ''const TCHAR *''        if(f_ope...
Posted on March 30, 2015 at 15:44I use STM32F417IGMinimal example of code:uint32_t startAddress = 0x80E0000;static uint32_t mSize =0x13;//char test_string[13]={''Hello World.''};HAL_FLASH_Unlock();for(uint32_t i=0;i<mSize;i++){ status = HAL_FLASH_Pr...
Posted on January 20, 2015 at 06:45I will make minimal uart reciver with HAL, by STM Cybe, but it don't work.Test code is atached.I use stm32f4-discovery, there i will connect PC6 to PC7 and run attached code. ANd nothing happens - no any will be re...