STM32 MCUs Embedded software

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

F107 USB VBUS clash with uart1 TX

Posted on March 13, 2015 at 17:00I have a board based on the STM32F107 where the VBUS pin is unused, and USART1 TX is used on PA9. This has worked fine for me up until now, as I used a pin previously to define whether the CI should respond to USB or...

kobus by Associate II
  • 551 Views
  • 4 replies
  • 0 kudos

stm32cube BSP for component LSM303DLHC

Posted on February 20, 2015 at 10:59hi, I have downloaded the last stm32cube software including BSP for STM32discovery boards. I had issue with LSM303 accelerometer before i discovered that: in Drivers/BSP/Components/lsm303dlhc.c line 124 should...

quentin2 by Associate
  • 283 Views
  • 1 replies
  • 0 kudos

USB driver for Discovery board

Posted on February 22, 2012 at 08:12Hi, just unboxed my new STM32F4-Discovery board. LEDs shine and blink brilliantly, but where to find a  suitable USB driver for my old and faithful WinXP laptop? Letting the PC find the driver did not result in an...

CCM stack and USB

Posted on March 12, 2015 at 13:15I'm using a ST32F429IG in a project in which I implement a mass storage in an external serial flash memory chip. The data transmission is made via the HAL_SPI_TransmitReceive() funtion, so no interrupt or dma transfe...

damasosb by Associate II
  • 389 Views
  • 3 replies
  • 0 kudos

USB simple example

Posted on March 12, 2015 at 15:05Hi, I am new to smt32 and also this kind of C programming. I tryied to understand the USB example for VCP offered by stm32 but without success. What I am looking for is to understand how I can send and receive messag...