STM32 MCUs Embedded software

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

STM32L476 - USB_OTG - FatFs - FreeRTOS

Posted on July 14, 2017 at 11:59Hi everyone,I'm working with an STM32L476VGT microcontroller and I'm trying to use USB_OTG_FS in Host_Only mode for reading and writing on an USB Drive. I also have a STM32L476 Discovery board but cannot find any exam...

mattia by Associate
  • 554 Views
  • 1 replies
  • 1 kudos

USB Composite with STM32Cube

Posted on March 10, 2015 at 10:29I would like to implement a USB Composite (USB-MSC + USB-CDC) on USB_Device on STM32F4xx target using the STM32Cube. Neither STM32CubeMX or the demo applications in the STM32CubeF4 v1.4 package propose a composite de...

mathilde by Associate
  • 392 Views
  • 1 replies
  • 0 kudos

STPM32 issue in Enabling communication

We are using stpm32 for Ac metering. We have sent the sequence ( 48 FF FF FF 22 ) to read register 36 which will read VRMS and IRMS. Now it is reading but when I change the AC mains voltage, the readings are not changing. Is there anything I need to ...

STM32CubeF4 LIN driver support

Posted on September 09, 2014 at 04:06Hi!I am creating a project using STM32F4.The project should support LIN communication through UART4.I have the base code created using STM32CubeF4.I am using the provided HAL UART driver but the functions and it'...

Bug in STM32F4 HAL Driver, RTC

There is a bug in HAL_RTC_SetDate() function. As usual it has asserts for input parameter. Unfortunately in version 1.7.4 there are asserts in lines 653 and 654 which test the datetmpreg variable which is always zero in case of RTC_FORMAT_BCD. Actua...

grzegorz by Associate III
  • 477 Views
  • 1 replies
  • 0 kudos