Skip to main content
Associate III
June 17, 2024
Solved

SNMPV3 with NUCLEO-H743ZI2 board

  • June 17, 2024
  • 5 replies
  • 3242 views

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?

Best answer by STea

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

5 replies

ST Employee
July 30, 2024

Hello @sushma ,

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

STeaBest answer
ST Employee
July 30, 2024

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

sushmaAuthor
Associate III
July 30, 2024

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

ST Employee
August 14, 2024

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

sushmaAuthor
Associate III
August 19, 2024

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

 

sushmaAuthor
Associate III
August 19, 2024

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

ST Employee
August 19, 2024

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

STea_0-1724062462812.png
Regards

 

sushmaAuthor
Associate III
August 19, 2024

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