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

Rust support.

From what i've seen the Rust programming language is becoming more and more popular and since it does not rely on a virtual machine, like java or python, it could be a good option for embedded development and other low-level programs. I know that the...

NMan.11 by Associate II
  • 27020 Views
  • 11 replies
  • 11 kudos

Timer and ADC on STM32F429

Hi,I want to kick ADC1 IN5 with the Timer TIM2. I'm working with CubeIDE.I select:ADC1 -> ADC_Regular_Conversion_Mode -> External Trigger Conversion Source  -> Timer 2 Trigger Out eventTIM2 ->  Trigger Output (TRGO) Parameters -> Update EventBut ADC1...

DetlefS by Associate III
  • 127 Views
  • 10 replies
  • 0 kudos

USB CDC and USART recommended practice

When using USB CDC to communicate via USART, and interacting with USART data, in code is it recommended to interact with it at the USB side, or to interact with it at the USART side?From what I can tell, both offer both polling and interrupt methods....

Ethernet DMA error - how to handle it?

Hello!I am writing a program for STM32F769I-DISCO board that uses FreeRTOS and LwIP to communicate with the server and send data to it. It generally works, but unplugging and plugging Ethernet cable (especially doing it several times within a few sec...

Ethernet DMASR register.png heth error code.png MPU and Ethernet descriptors.png

RTOS selection for STM32H7R/S

We are starting to develop a new hardware platform and are currently evaluating the STM32H7R/S series for the main controller.The question now is which RTOS is best suited here in terms of long-term support from ST. We're going to use a lot of commun...

tdecker2 by Associate III
  • 681 Views
  • 2 replies
  • 2 kudos