cancel
Showing results for 
Search instead for 
Did you mean: 

SNMPV3 with NUCLEO-H743ZI2 board

sushma
Associate III

I tried enabling the LWIP_SNMP_V3_MBEDTLS and LWIP_SNMP_V3_CRYPTOCan in CubeMX and generated the code, then it is giving me an error as some header files are missing and which are related to MD5 and SHA.  

In CubeMX, They have mentioned “LWIP_SNMP_V3 enables EXPERIMENTAL SNMPv3 support. THIS IS UNDER DEVELOPMENT AND SHOULD NOT BE ENABLED IN PRODUCTS”.

Could you please let me know if we can implement SNMPV3 with NUCLEO-H743ZI2 in the products with authenticatoion and privacy?  Does it execute successfully?

1 ACCEPTED SOLUTION

Accepted Solutions
STea
ST Employee

Hello @sushma ,

You can find attached an .ioc with the code generated that is compiling with 0 errors.
This was generated using MX v6.11.1 and firmwareH7 v1.112 compiled with CubeIDE v1.15.0.
also tested on IAR and working fine.
hope this can help you.
Regards

In order 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.

View solution in original post

8 REPLIES 8
STea
ST Employee

Hello @sushma ,

can your please share the .ioc file you used to check for the generated code and help further understand your usecase. 
Regards

In order 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.
STea
ST Employee

Hello @sushma ,

You can find attached an .ioc with the code generated that is compiling with 0 errors.
This was generated using MX v6.11.1 and firmwareH7 v1.112 compiled with CubeIDE v1.15.0.
also tested on IAR and working fine.
hope this can help you.
Regards

In order 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.
sushma
Associate III

Hello Tea,

Thank you so much for your reply. 

Please find the below attached .ioc file for your reference. 

I used  cubeMX v6.8.1 and cubeide v1.11.1. 

Kindly let me know if you need any information from my side.

 

Regards,

Sushma

Hello @sushma 
Can you check if the shared .IOC that I sent to you resolve your issue?
Regards

In order 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.
sushma
Associate III

Hello Tea,

Thank you for your reply.

.ioc file which you gave me is workig fine. I will migrate my project work with the latest cubeMX .

 

Regards,

Sushma

 

sushma
Associate III

Hello @STea ,

You have enabled FREERTOS option and then it is enabling the MBEDTLS .

I do not want to enable FREERTOS in my project.

Please let me know how we can execute it.

Regards,

Sushma

Hello @sushma ,
In the shared IOC the FreeRtos middleware is not enabled.

STea_0-1724062462812.png
Regards

 

In order 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.
sushma
Associate III

Dear @STea ,

I have opened the file which you shared with me .

Please find the attached screenshot for your reference.

In that FREERTOS option is enabled

Regards,

Sushma