STM32 MCUs Embedded software

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

STM32L4 ADC IN STOP MODE

Posted on March 22, 2017 at 17:39Hello,In the application I'm developping I'm going to Stop1 mode and waking-up by RTC every 31.25ms.Before setting up all the peripherals (I2C, USART2, LPTIM, ADC) I set all ports as analog inputsAt this moment, I ha...

RNDIS USB device help

Posted on November 08, 2015 at 11:04 I'm trying to get port the code athttps://github.com/fetisov/lrndis/tree/master/lrndis/rndis-stm32 over to the Cube firmware libs, but running into troubles. Using STM32F429 Eval board, Keil uVision, C...

FATFs f_opendir is not showing ??

Posted on April 10, 2017 at 05:13Everyone,I tried to count all the directories on the root but only got 2 directories,What do I missed here ?I started with :f_opendir(&dir, ''),It returns only 2 directories, suppose to be more than 2,Anyone has the ...

Standby mode with RTC

Posted on April 11, 2017 at 14:32HelloI would like to perform a standby mode at the start of my microcontroller and return to normal mode with RTC Alarm A. But for now I can't find a reliable documentation or example to get a result. I work with Cub...

ibrahim by Associate II
  • 639 Views
  • 2 replies
  • 0 kudos

Resolved! USB CDC device receive fails on transmit

Posted on March 31, 2017 at 23:39I am using the USB CDC library on a STM32F746 as created with CubeMX and have run into a problem when the MCU transmits at the same time that it is receiving over USB.  I had a PC bursting data to the MCU.  The data ...

JD1800 by Associate II
  • 1929 Views
  • 3 replies
  • 0 kudos

RunTime DFU with USB in STM32L4

Posted on April 10, 2017 at 12:28Good mornign,I'm working in my application that is based on STM32L475 device.I'm able to flash my device by using the Dfulse Demo software and setting Boot0 to 1 when applying power to device. But I would like to imp...