Posted on November 04, 2014 at 17:22 - STM32CubeF4 V1.3.0 -STM32_USB_Device_Library from STM32CubeF4 V1.3.0 - VCP_V1.3.1_Setup.exe (ST's host side USB CDC driver for Windows 7) - STM32F4Discovery (STM32F407) - FreeRTOS 8.1.2 ...
Posted on September 26, 2014 at 15:04
I'm currently using emIDE (GNU ARM) with Segger J-Link on the discovery board STM32F407VG (1 MB flash).
To be able to store configuration data in sector 1 in the flash I have modified the linker scrip...
Posted on March 02, 2016 at 09:13Where is your fix (code) or are you asking me to track down a bug in ST code? Latter which I will pursue at a later time if you don't have a ready fix.I thought you said you did not have a fix because it got lost in ...
Posted on March 01, 2016 at 16:07The Init and DeInit functions you are referring to here are CDC class functions which are already implemented by the ST USB device library. They in turn call a user implementable init/deinit function, but restarting ...
Posted on March 01, 2016 at 15:56Oops, your statement makes sense. I noticed that the jump works without the __set_MSP call at all. Is it really needed?
Posted on February 29, 2016 at 12:06I might have a similar problem. I'm using the standard CDC driver.My problem is that whenever the USB transfer gets interrupted like when surprise unplug the cable, noise problems or maybe also host-application cr...
Posted on February 22, 2016 at 08:34This works for me on a STM32F4 device. Must be called in the beginning of main() based your ''enter bootloader condition'' (magic constant in RAM etc.):#define BOOTLOADER_START_ADDR 0x1FFF0000void JumpToBootLoader...