You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello,
I am relatively new to Arduino and my C++ knowledge is a bit rusty so please excuse if i'm wrong with my post.
There seems to be a memory allocation problem with strings in combination with FreeRTOS. The following code works fine:
Nothing is written to the console. The rest of the library seems to work (at least the parts I have tested).
Any suggestions about this? Thank you for your help.
Alex
The text was updated successfully, but these errors were encountered:
Hello,
I am relatively new to Arduino and my C++ knowledge is a bit rusty so please excuse if i'm wrong with my post.
There seems to be a memory allocation problem with strings in combination with FreeRTOS. The following code works fine:
I get "Hello World!" on my serial console. When I comment out the string in the setup() function like this:
Nothing is written to the console. The rest of the library seems to work (at least the parts I have tested).
Any suggestions about this? Thank you for your help.
Alex
The text was updated successfully, but these errors were encountered: