-
Notifications
You must be signed in to change notification settings - Fork 65
Including STM32FreeRTOS Crashes Board #58
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
Hi @cversek STM32FreeRTOS/src/FreeRTOSConfig_Default.h Lines 218 to 223 in 727e46a
About USB you probably need to change the default MEMMANG, see This library is provided "as is", it is a port as Arduino library from official ST FreeRTOS and could required several configurations from user. |
@fpistm |
I am very new to stm32duino ecosystem and also new to FreeRTOS, but am an experienced Arduino user. I'm using an Adafruit Feather STM32F405 on Arduino 1.8.13 and used the library manager to download STM32FreeRTOS v10.3.1. I was unable to use any of the simple examples for this library without the USB CDC driver crashing and the device locking up. I modified the basic Arduino blink sketch to include just the following line and a similar problem is happening:
I'm using Ubuntu 22.04.2 LTS (kernel 5.19.0-35-generic) and here is some of the typical
dmesg
output:and trying again
With the
frBlink
sketch the LED flashes twice and then stays on. Here is the Arduino 1.8.13 debugging output:Thanks.
The text was updated successfully, but these errors were encountered: