How to deinit/init a some built-in functions?
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
2022-11-02 11:40 PM
How to correct to deinit a some built-in functions and, after my edits, initialize it again?
For example, on this function "void MX_LWIP_Init(void)".
Labels:
- Labels:
-
Ethernet
-
STM32CubeMX
This discussion is locked. Please start a new topic to ask your question.
1 REPLY 1
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
2022-11-14 4:50 PM
You don't need to deinitialize the whole IP stack to change MAC, IP addresses and even network interfaces and similar parameters.
Some examples:
