User Activity

Does the ST plan to update the FatFs and FreeRTOS library in STMF7?
I am using the attached code, To access W25Q256 in QSPI mode,In the QSPI_ResetMemory ()Always returns QSPI_NOT_SUPPORTEDRunning this same code in STM32F765VIT6, it works.Analyzing the pins of the QSPI, I see no changes.
I am having difficulty implementing a snmp agent.The snmpget reading mode is OK.snmpget -v1 -c public 10.55.1.1 .1.3.6.1.4.1.54532.1.1.17.0iso.3.6.1.4.1.54532.1.1.17.0 = INTEGER: 2but I can't write to a variable using snmpsetsnmpset -v1 -c public 10....