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

Ethernet Connectivity Issue

I would like to highlight a compatibility issue we have encountered. The TL-SG116E is a smart managed switch, whereas our machine, which uses an STM32 F7 Nucleo board, is designed to operate with an unmanaged switch. As a result, we are experiencing ...

how i correct these errors

Please somebody can help me to correct my errors in stm32cubeide for stm32f401cdu6 project../Core/Src/main.c: In function 'HAL_UART_RxCpltCallback':../Core/Src/main.c:77:38: warning: assignment to 'char' from 'char *' makes integer from pointer witho...

ta2eh by Associate
  • 95 Views
  • 3 replies
  • 0 kudos

Resolved! PDM2PCM stereo audio acquisition via SAI/ I2S

Hello Gurus :)), I am currently trying to acquire 2 mic stereo data with SAI interface and have some questions regarding to de-interleave the input PDM stream. My nucleo board is nucleo-f446re. I am currently acquiring 8 bit pdm data with the relevan...

Matthew_ by Associate II
  • 131 Views
  • 4 replies
  • 1 kudos

Resolved! STM32F767 LwIP TCP Client

Hello, I'm facing some weird problem that I can't solve myself. I'm trying to get to work a TCP client using LwIP. Now the weird part: Everything works just fine in debug mode when I run the program. Connection is being established, and communication...