User Activity

Posted on July 21, 2015 at 21:18Hi,I am using Cube MX to generate the RTC code.It is working perfectly fine, the time is counted correctly. But every time I turn off the device, the time and date are set back to 0.I found the problem in the Init fun...
Posted on July 17, 2015 at 16:18Hi,I am having problems to run the WWDG in a STM32F405.I am using the HAL Drivers from Cube MX.The process is the following:{__HAL_RCC_WWDG_CLK_ENABLE();MX_WWDG_Init();HAL_WWDG_Start(&hwwdg);HAL_WWDG_Refresh(&hwwdg,12...
Posted on April 08, 2015 at 22:00Hi,I have a STM32F4-Discovery board and I am trying to detect a memory stick using the USB library generated by CubeMX (Mass Storage Class).The USB process state machine have the following states:/* Following states ...
Posted on April 08, 2015 at 15:40Hi,I am trying to do a memory stick reading in the STM32F4-Discovery board.In order to test it, I am running the application example located in the following path:STM32Cube\Repository\STM32Cube_FW_F4_V1.5.0\Projects\...