Can't set preemption priority for ethernet global interrupt
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2023-09-01 12:57 AM - edited ‎2023-09-01 12:59 AM
Hi,
I am making LwIP + TouchGFX project on STM32H750B-DK following the next tutorial:
https://github.com/GrzHeller/STM32H750B-DK_TouchGFX_FreeRTOS_MQTT_Example/blob/main/README.md
When setting ethernet settings in .ioc I can enable ethernet global interrupt, but can't set preemption priority. I'm not sure if this is the problem, but every time I run the program it goes to HardFault_Handler. Does anyone know why it behaves this way and how to solve it?
Solved! Go to Solution.
Accepted Solutions
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2023-09-06 6:12 AM - edited ‎2023-09-06 6:12 AM
Hello @AK16 ,
You can set the preemption priority for ethernet global interrupt in NVIC as shown in the below figure
I hope this help you to solve the issue.
Kaouthar
To give better visibility on the answered topics, please click on Accept as Solution on the reply which solved your issue or answered your question.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2023-09-06 6:12 AM - edited ‎2023-09-06 6:12 AM
Hello @AK16 ,
You can set the preemption priority for ethernet global interrupt in NVIC as shown in the below figure
I hope this help you to solve the issue.
Kaouthar
To give better visibility on the answered topics, please click on Accept as Solution on the reply which solved your issue or answered your question.
