Posted on January 13, 2017 at 14:51
edit: previously I wrote that problems occurs with freertos, I checked without it and I am having the same problem (ending in dead loop after sending more than 8 characters).
Steps to reproduce:
Create pr...
Posted on January 13, 2017 at 21:53
By default CubeMX sets rx and tx buffer to 4 bytes (but they remain in user code section.
/* Define size for the receive and transmit buffer over CDC */
/* It's up to user to redefine and/or remove those def...
Posted on January 13, 2017 at 18:56Hi,Nope, I'm not adding anything but one line for blinking led. Beside that pre code generated by CubeMX https://hastebin.com/ucobocuwih.swiftand here settings from CubeMX:I will try now to makek it without freerto...