Posted on September 22, 2017 at 07:26Hi All,I have a problem after adding a new interface for stm32 USB-CDC. I receive wrong data after sending about 1250 bytes. My code has:a) Two interfaces generated from STM32 CubeMX: . the first interface ha...
Posted on September 28, 2017 at 23:06 more detail: /* Entry Point */ ENTRY(Reset_Handler) /* Highest address of the user mode stack */ _estack = 0x20018000; /* end of RAM */ /* Generate a link error if heap and stack don't fit into RAM */ _...
Posted on September 28, 2017 at 23:04In the file STM32L476JEYx_FLASH.ld, it has/* Entry Point */ENTRY(Reset_Handler)/* Highest address of the user mode stack */_estack = 0x20018000; /* end of RAM *//* Generate a link error if heap and stack don't fi...
Posted on September 28, 2017 at 21:58I see error that, it couldn't go to normal work because of line: ldr r2, [r0, &sharp0], and then I modified as follows but it's still not going to DFU mode.// ===.section .text.Reset_Handler.weak Reset_Handler.ty...
Posted on September 28, 2017 at 21:55Hi Clive One,Thanks for your quick response.My device is STM32L476JEY (BGA footprint). I try to update firmware through USB. I had the USB communication working well. So I will use a command through USB to set th...
Posted on September 28, 2017 at 20:39Hi Lyen,I have the same problem, could you please share your latest code to work in this case. (code of Reboot_Handler).Thanks,