STM32 MCUs Products

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

USB-FS composite device (CDC HID)

Posted on May 26, 2013 at 22:54Hello everyone,I'm trying to make a USB composite device working both CDC and HID, to work as a virtual com port and as HID device at the same time.I've actually started from the USB composite device example provided b...

slachist by Associate II
  • 878 Views
  • 4 replies
  • 0 kudos

scanf() with whitespaces on STM32

Posted on July 13, 2018 at 05:12Hello,I am using the scanf with CubeMX 4.26, I want to read the input string with white spaces so I do something like this:/* My variables here */char console_input1[20];char console_input2[20];/* My code here */print...

Duy Tran by Associate II
  • 338 Views
  • 0 replies
  • 0 kudos

Parity for STM32F072 is not working

Posted on July 07, 2018 at 16:52Hi All;    I would like to know when I use HAL library for parity. I setting please see belowhuart1.Init.Parity = UART_PARITY_ODD;When I setting 'UART_PARITY_ODD' and 'UART_PARITY_EVEN' is not working.I would like to ...

Gz by Senior
  • 346 Views
  • 2 replies
  • 0 kudos

Resolved! Two STM32L0 on I2C and a slave

Posted on July 11, 2018 at 11:53My setup: STm32L053 nucleo and custum board with STm32L0. I am running a scan from nucleo borad for all possible I2C slave devices address in order to obtain the address of slave device ds1337.Both boards are connecte...

O K by Associate II
  • 745 Views
  • 4 replies
  • 0 kudos

STM32F1 to L0 code example porting..

Posted on July 13, 2018 at 00:36Hi,I'm STM32 starter but like working on it until now ! I got this STM32L0 board and like to add screen on the project so just bouth a 1,5'' einkhttps://www.waveshare.com/wiki/File:1.54inch_e-Paper_Module_code.7z it c...