Skip to content

Problems with xMessageBufferReceive. #128

Answered by feilipu
ubaldot asked this question in Q&A
Discussion options

You must be logged in to vote

Without looking in detail, using Serial.println() is an Arduino C++ trap. Expect to need over 512 bytes of stack to instantiate that class of functions, IIRC, and 128 bytes is nowhere near sufficient. Check other past issues here for more details.

Perhaps test and report if you could, please. Then we can look in more detail.

There's a low level print function available as an option, IIRC.

Replies: 4 comments

Comment options

You must be logged in to vote
0 replies
Answer selected by ubaldot
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants