STM32 MCUs Embedded software

Ask questions and find answers on STM32Cube packages, including HAL, LL and middleware, and expansion software.

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

Resolved! STM32 Touch Sensing issue with ChD->Delta

Greetings! I am testing a touch button in a custom board using stm32u585 mcu. I try to follow the following workshops available on YouTube: Workshop 1 Workshop 2 The thing is, I tested in Debug Mode like in Workshop 1 in minute 15 and I could see the...

Filex writing performance

Hello everyone, I am using a custom board with STM32H750 and I am trying to develop a file system with FILEX. The file system' s media is a uSD card with 10 MB/s baudrate which is communicating with the micro thanks to the SDMMC peripheral. The SDMMC...

FCola.1 by Associate III
  • 961 Views
  • 3 replies
  • 1 kudos

Resolved! USART busy just after initialization

Hello,Working on STM32F767BITx and using Free RTOSEnable USART2, here is the init codestatic void MX_USART2_UART_Init(void) { huart2.Instance = USART2; huart2.Init.BaudRate = 115200; huart2.Init.WordLength = UART_WORDLENGTH_8B; huart2.Init.St...

npatil15 by Associate III
  • 221 Views
  • 2 replies
  • 1 kudos

STM32F746 LWIP + FreeRTOS CMSIS V2

Hi,I'm using an STM32F746G-DISCO board and I'm just trying to build a build a simple project with LWIP and FreeRTOS using CMSIS V2 however after enabling the minimum hardware using CubeMX I am unable to get any ping replies from the board. If I use C...

marcinq by Associate
  • 1923 Views
  • 6 replies
  • 2 kudos