We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I am using NUCLEO-F756ZG with freeRTOS to communicate using ethernet.
Using the CubeIDE debug feature, I figure out that the program is halting at line 1429
Researching the error on the internet, I found this blog, that states that
CMSIS V2 appears to trigger a bug somewhere that causes memory corruption in the Ethernet code, particularly around the receive semaphore.
which describes the error I got. Using CMSIS v1, the halt does not happen.
The text was updated successfully, but these errors were encountered:
Hi @araujorayza,
That means, in your scenario pxQueue->uxItemSize is different from zero? We'd need to figure out how that can happen.
pxQueue->uxItemSize
Can you provide the full project? Or even better, a minimal example to reproduce the issue?
Thanks, Jonatan
Sorry, something went wrong.
No branches or pull requests
I am using NUCLEO-F756ZG with freeRTOS to communicate using ethernet.
Using the CubeIDE debug feature, I figure out that the program is halting at line 1429
Researching the error on the internet, I found this blog, that states that
which describes the error I got. Using CMSIS v1, the halt does not happen.
The text was updated successfully, but these errors were encountered: