Posted on February 13, 2015 at 22:34
Hi,
I had the same problem, resolved by adding :
/* Reset the backup domain, clear RTC */
RCC_BackupResetCmd(ENABLE);
RCC_BackupResetCmd(DISABLE);
before the clock select.
...
Posted on January 31, 2015 at 12:40 Hi everyone, First sorry for my english, I will try to be clear in my explanations. I had the same problem, on my STM32F030 discovery board and my personnel application (stm32f030k6 on PCB). When using the STlinkV...
Posted on May 05, 2014 at 19:56You need to change few others things to make it work as a gamepad. In usbd_hid_core.c you need to change : 0x02, //nInterfaceProtocol : 0=none, 1=keyboard, 2=mouse to the 0x00 value. Other thing, the repor...
Posted on April 12, 2014 at 22:56 Maybe you need to change the PID in the descriptor, to be sure the computer didn't use the last descriptor without reading the new one?