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

STM32F103 & Encoder Mode

Dear community,I work on a 'robot' with odometrie.Each geared DC motor have a rotarty magnetic encoder ( AS5047P).I use Quadrature Output to Encoder mode. It's works but i have some questions...> get_valueWhathever the configuration on STMCube, the v...

jlecl.1 by Associate III
  • 818 Views
  • 1 replies
  • 0 kudos

Resolved! SPI_Receive to USB_Transmit via DMA on STM32H7

Dear all,I try to read out ADC-Data, that is streamed from an external adc (AD7768) out to the uC. What I want to do is to more or less directly stream out the data via USB CDC.Therefore, I planned to use the DMA between the SPI and USB. However, thi...

Bench by Associate III
  • 6016 Views
  • 3 replies
  • 0 kudos

AAC Codecs

Hello, I found on one website that ST provide audio music codecs (mp3 wma aac) optimized for STM32.But i need contact sales office for information of availability for specified STM32. I can't find the procedure for obtaining this library..   What is ...

SP9WB by Associate
  • 1028 Views
  • 1 replies
  • 0 kudos

FFT implementation sinewave

Hi everyone. This is the first time I have to implement the FFT of a signal and I can't understand a few things.I wrote this code that "should" calculate the coefficients of the FFT of a sine wave in that I create with the DAC (the DAC code to genera...

luke514 by Senior
  • 893 Views
  • 1 replies
  • 0 kudos

Stm32h7 custom bootloader

Hi there,I'm new on stm32 platform and I'm also new on the bootloaders applications.I'm trying to arrange a custom bootloader for stm32h755 mcu to permit remote firmware updates of our products.My idea is to implement the bootloader application on th...

iTTy by Senior
  • 1590 Views
  • 2 replies
  • 0 kudos

Implementing 2 UART on same port

Hello,I am trying to implement 2 separate UART channels on the single port. I have initialized the two UART channels and have connected the TXs and RXs of the two channels with each other. (Image attached)When I run them separately, they work just fi...

HDesa.1 by Senior
  • 3787 Views
  • 9 replies
  • 1 kudos