2024-06-17 05:24 AM
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?
Solved! Go to Solution.
2024-07-30 05:02 AM
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
2024-07-30 04:33 AM
Hello @sushma ,
can your please share the .ioc file you used to check for the generated code and help further understand your usecase.
Regards
2024-07-30 05:02 AM
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
2024-07-30 05:16 AM
2024-08-14 07:17 AM
Hello @sushma
Can you check if the shared .IOC that I sent to you resolve your issue?
Regards
2024-08-19 02:08 AM
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
2024-08-19 02:45 AM
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
2024-08-19 03:14 AM
Hello @sushma ,
In the shared IOC the FreeRtos middleware is not enabled.
Regards
2024-08-19 03:21 AM
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