2025-12-02 1:22 AM
Hello!
I wanted to set up some settings from CubeMX, specifically NX_IP_PERIODIC_RATE in NetXDuo and Rx Descriptor Length in ETH section.
NX_IP_PERIODIC_RATE default value is set to 100, but when I set it to 1000, the value does not change when re-generating the code.
Rx Descriptor Length default value is set to 4, but when I set it to 8/16/32, the value does not change when re-generating the code.
Right now, whenever I re-generate the code, I just manually change these settings in my code due to these settings being set to their default ones. The same problem occurred in CubeMX version 6.15. One thing to point out also, is that the settings I changed are not set back to their default ones in CubeMX, only in the generated code. Also, no errors or warnings are displayed.
Is this a bug or am I supposed to do something else before being able to change and apply these settings?
2025-12-02 1:23 AM
Hello @Sander_UP ,
Let me thank you for posting.
For more investigation, I suggest that you provide your Ioc.File.
Thanks.
Mahmoud
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.
2025-12-02 1:31 AM
Hello @Mahmoud Ben Romdhane
I will attach the ioc file to this post.