User Activity

Dear Friends ,I have an custom board that using STM32F746 + QSPI Flash (For LCD Data) + RAM (LCD Buffer) + USB Host FS + SD CardDevelopment tools :CubeIDE Ver. 1.6.1       TouchGFX Ver 4.17And using Free RTOSI want to use SD Card and USB Host for dat...
Hi I made a custom board with "stm32f746". This board has a 32MB sdram (MT48LC16M16) and a "800×480" lcd. I use from STM32CubeIDE and touchgfx. I want to allocate 2MB of sdram (from 0xC0000000 to 0xC0232800) to frame buffer of lcd and I need to use r...
Hi everyone,I have a stm32f746 discovery board and I want to configure a snmp agent on it. I followed a simple example and wrote a code. In my code, I want to send a constant value in snmp protocol when i call its OID. I test my code using "Paessler ...