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

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
  • 1245 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
  • 830 Views
  • 3 replies
  • 0 kudos

Sending float voltage value via USB CDC.

Hello,I want to send the float type voltage value that I read with stm32f429I discovery card using adc reference voltage via usb cdc. My problem is this; I read the adc reference voltage and voltage value, and I can assign it to a float type variable...

BTaşk.1 by Associate II
  • 1458 Views
  • 4 replies
  • 0 kudos

DFU file manager

Good morning,I'm working with STM32L4 and I have created my own bootloader.In order to program the MCU, I use USB interface, so I need the DFU file. I use the 'DFU File Manager' tool to create the DFU file from the HEX file. It works fine, but then, ...