Skip to content
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

CMSIS v2 causes the receive semaphore to halt #114

Open
araujorayza opened this issue Oct 23, 2024 · 1 comment
Open

CMSIS v2 causes the receive semaphore to halt #114

araujorayza opened this issue Oct 23, 2024 · 1 comment

Comments

@araujorayza
Copy link

araujorayza commented Oct 23, 2024

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
image

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.

@araujorayza araujorayza changed the title WIP- CMSIS CMSIS v2 causes the receive semaphore to halt Oct 23, 2024
@JonatanAntoni
Copy link
Member

Hi @araujorayza,

That means, in your scenario pxQueue->uxItemSize is different from zero?
We'd need to figure out how that can happen.

Can you provide the full project? Or even better, a minimal example to reproduce the issue?

Thanks,
Jonatan

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants