User Activity

Hello everyone, I had no internet connection in my computer, so I cant create a TouchGFX project with board. I had TouchGFX generetor in my STM32CubeIDE software packages manager.    Do you guys know how can I create a project for my STM32H747I disco...
Hello everyone, I am try to use ethernet in NUCLEO-H743Z2I Board. I am new at this.I read a lot of article and watch a few videos but I cannot configure and ping test to board.I also read this articlehttps://community.st.com/t5/stm32-mcus/how-to-crea...
Hi everyone, I am using STM32H747I-DISCO. I want to use ST-LINK  V3E port for UART communication port. I am configuring USART1 and using the HAL_UART_TRANSMIT function. After download the code I close the ST-Link connection and using a serial termina...
Hello everyone, I am using MPU6050 with STM32F44VET7 When I read the values of MPU6050 its seems normal. I checked my codes twice nothing wrong its standart MPU6050 library.  Az is = 1.1but when I quickly raise the card in the +Z direction, I expect ...
 void AltitudeBuffer_Write(AltitudeBuffer_t* AltitudeBuffer, float altitude) { static int i=0; i++; AltitudeBuffer->readTime[i%2] = FlightFlagTime.CurrentTime; uint32_t timeDifference = ( AltitudeBuffer->readTime[i%2] - AltitudeBuffer...
Kudos from
Kudos given to