CubeMX with STM32F769I-DISCOVERY ethernet lwip & FreeRTOS priority assertion
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2016-10-12 1:55 AM
Posted on October 12, 2016 at 10:55
Cube version: 4.0, Firmware package 1.5.0.
Hi, Out of the box creation of a project with LwIP, FreeRTOS on the STM32F769I-DISCO0 generates for following code for interrupt priorities (ethernetif.c):HAL_NVIC_SetPriority(ETH_IRQn, 0, 0);
Which fails FreeRTOS priority assertion during MX_LWIP_Init().On the STM32F746G-DISCO it generates:
HAL_NVIC_SetPriority(ETH_IRQn, 5, 0);
Which works fine. The other adjustment we still need to make is to set the Ethernet Phy selection to 0 rather than default selection of 1. Thanks, Martin. #lwip
Labels:
- Labels:
-
Ethernet
This discussion is locked. Please start a new topic to ask your question.
2 REPLIES 2
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2016-11-02 6:45 AM
Posted on November 02, 2016 at 14:45
Dear User,
Please note that your request is reported internally and it is under review. Best Regards STM32.forum
When your question is answered, please close this topic by clicking "Accept as Solution".
Thanks
Imen
Thanks
Imen
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2017-05-05 1:30 AM
Posted on May 05, 2017 at 10:30
Hi
Davey.Martin
,Sorry for the late answer.
It seems that the issue is no more valid as I can't reproduce it on the latest releases.
Please upgrade CubeMX with the latest release and if you encounter again the issue, don't hesitate to post your question on this forum.
BR. Eric
