User Activity

Hi I'm using stm32f746- discovery board. I created a project with CubeMX v5.6.1 and Enable Ethernet, LWip, FreeRTOS . In this project I set the board as client and my PC as server. I sent some bytes from microcontroller to PC(server) through the ethe...
HiI'm new to STM32.I need to capture data from ADC with high frequency. if I capture data during LCD screen updating the frequency of data capturing by ADC became less, so I need to stop LCD screen updating and capture data and then update LCD. is th...
HiI'm very new to STM32. I create a project with STM32CubeMX for the STM32F746-Disco board and I need to use USB OTG HS for sending data to PC through VCP. The data size which I need to send to PC is 24576 Bytes. The USB connected properly but after ...
hiI'm very new with TouchGFX. I created a simple project with TouchGFX for STM32f746-Disco board and if I run the project through the TouchGFX by Run target, the project will be downloaded to the board completely! But when i compiled the project in k...