In stm32f4xx_hall_rcc_ex.cis using a HSE_VALUE that does not reflect the settings in STM32CubeMXit uses the default 25Mhz in stm32f4xx_ll_rcc.h instead of the one in hal_confthis problem did not occur in a previous stm32cubemx fw release.the result i...
Posted on November 17, 2017 at 20:27I have already read several posts about the subject. including 'DFU: LEAVE does not jump to application'.and 'Reset after firmware upgrade'Context : STM32F072RBusing either DfuSeCommand.exe or DfuSeDemoUsing the D...
Posted on February 20, 2015 at 17:08To remove the damn ''file names'' that appear in the .s19 ... In the Standard Library file stm8s_conf.h, put in comment the line #define USE_FULL_ASSERT (1) That is, provided you know what you do.
Posted on November 17, 2017 at 20:31When I write 'STM32 does not reset' I actually mean that I observe that the chip does not properly reset, since it does not enumerate at all as a USB HID device, which is what my API does. USBLyzer sees : nothing ...
Posted on April 11, 2017 at 14:03 It looks like the fix described in https://community.st.com/0D50X00009XkfIBSAZ byarnold.rene solves to problem Do this : 'For those of you, who are interested in a solution: We have fixed it now by surrou...
Posted on April 10, 2017 at 20:00I also have right now something that looks like that. Spent a lot of time on it. Stuck.Using USB Custom HID. Bulk transfers. 1ms IN, 10 ms OUTCode generated with STM32CubeMX, on STM32F072RB on Discovery board. Even u...