STM32 MCUs Embedded 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
  • 530 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 ...

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 II
  • 524 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
  • 944 Views
  • 4 replies
  • 0 kudos