STM32 MCUs Embedded software

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

STM32L0 - USB Configuration

Posted on July 04, 2017 at 17:44Hi,I am writing a firmware for a USB device that uses the STM32L052K8 microcontroller.Because my device must exhibit two USB interfaces, I have implemented a custom Composite Device class that acts like as broker: it ...

I2C and CAN-Bus conflict, Gyro freezes

Posted on July 04, 2016 at 15:52Hi,I'm using MPU-6050 (3-axis gyro and 3-axis accelerometer) and CAN-Bus on a STM32F105 chip.I'm pulling data from gyro every 100ms, it works fine until I enable Receive Interrupt of CAN1 (In which is connected to car...

Firmware upgrade using SPI - STM32F7

Posted on June 26, 2017 at 17:25Hi everyone,I am trying to understand how the firmware upgrading works in the STM32F7 using a STM32F769I Discovery board. I would need to use the UART or SPI peripheral to upgrade.Does anyone know where to find exampl...

Resolved! STM32F407IGT6 standard peripheral library PDF

Posted on June 27, 2017 at 05:41Hi,I am new to STM32 and want to learn STM32F4 but I could not find the standard peripheral library manual online.  I would like to see some explanations of the library functions and some examples.  Any help?  Thanks ...

j Q33 by Associate II
  • 1162 Views
  • 5 replies
  • 0 kudos

USB HID lost packets

Posted on June 28, 2017 at 22:47My STM32F427 project implements HID (FS device endpoint 1) USB communication and is developed with ST USB library v.2.2.0.It works fine, but during some periods (when continuous IN and OUT streams take place), some pa...

Getting Started With Ethernet.

Posted on June 20, 2017 at 13:48Hello everyone,I have recently switch from 8 bit to 32 bit ARM based MCUs. Currently i'm working on a project in which i want to create a LAN of some communicating devices and for this i have purchased STM32F4I-DISC1 ...