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

Audio Codec

Hi I have a STM32F407 Discovery board which I wish to use its Audio codec demonstrated by CS43L22 ic. here is my code(I used Cube) */ /* Includes ------------------------------------------------------------------*/ #include "main.h" #include "stm32f...

Ala by Senior
  • 689 Views
  • 0 replies
  • 0 kudos

How to send 16 bit data using LwIP?

I'm working on a custom board that uses a STM32F407 to send data across the network to another STM32F407 board using LwIP (no OS). I created an array of 100 bytes to use as a test program. It works fine as long as the array is declared as uint8_t. I ...

Possible BUG: CubeIDE TIM1 CH1N PWM F411 Low Layer

There is strange behaviour with CH1 and CH1N in TIM1 (STM32F411) when using CubeIDE and Low Layer. If you set CH1 in PWM mode 1 it works after:LL_TIM_CC_EnableChannel(TIM1, LL_TIM_CHANNEL_CH1);LL_TIM_EnableCounter(TIM1);If you set CH1N in PWM mode 1 ...

JSzem.1 by Associate II
  • 1068 Views
  • 6 replies
  • 0 kudos

STM32F407 USB Host Library - HID Class Issues

Im trying to connect a keyboard to a STM32F407 discovery board.The board correctly identifies the keyboard and works as expected, for the most part, except I cant get the multimedia keys and the "regular" keys to work at the same time. The keyboard i...

PMera.1 by Associate III
  • 740 Views
  • 3 replies
  • 0 kudos