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! HAL ADC multi channel in polling mode

Hi everyone, I have a STM32F042F6P6 chip. I want to read 9 analog channels on it.I guess there are at least 2 options: configure a scan mode with DMA, and staying in polling mode.I decided to stay in polling mode to avoid a potential problem due to D...

Arthur21 by Associate
  • 4772 Views
  • 7 replies
  • 3 kudos

Resolved! FreeRTOS PROBLEM

Post edited by ST moderator to be inline with the community rules especially with the code sharing. In next time please use </> button to paste your code. Please read this post: How to insert source code. in STM32U073MCT6 microcontrollers, I have a p...

How to use LwIP on STM32N6570-DK board

Hi everyone,How can I use the LwIP stack to enable Ethernet on the STM32N6 board? I found a tutorial, but it was for the H5 series. Additionally, I couldn't find the LwIP middleware component in the STM32CubeN6 folder.Thanks in advance!

conflict USART and SPI

Each time I enable SPI, it works fine.However, whenever I include USART, SPI freezes, and this issue affects multiple chips I've tested.SPI and USART both work well individually.The problem seems to stem from CubeMX, which doesn't generate the code c...

MNapi by Senior III
  • 522 Views
  • 11 replies
  • 6 kudos