STM32 MCUs Products

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

STM32L0 USB slow after second cable replug

Posted on June 10, 2016 at 12:43I have a curious problem on my STM32L151. I have the USB running in double buffering mode, and I can get a transfer rate of ~10MBit/sec. But after I unplug the USB cable, and plug it back, the transfer rate drops to ~...

srdjan by Associate II
  • 509 Views
  • 2 replies
  • 0 kudos

Product voltage range?

Posted on June 13, 2016 at 19:32RM0351 ('L4) rev.4, ch.6.2.8, in two (2) places - in text and table - mentions ''Product voltage range''. My guess is, that it is supposed to read ''Power voltage range'', and that that chapter should contain a link t...

How to receive data with USBD Custom HID

Posted on June 13, 2016 at 20:38Hi all, I work on a USB project with my STM32F103. I want to use USB HID because it don't need any driver and it easy to integrate with the help of Cube32MX. i can sucessfully send data from STM32 to PC and grap it wi...

bastien2 by Associate II
  • 655 Views
  • 2 replies
  • 0 kudos

STM32L4 ADC configuration

Posted on June 13, 2016 at 09:52RM datasheet specify that ADEN must be 1 before configuring CFGR, SQRx ... HAL_ADC_Init library configures these registers with ADEN= 0 Which procedure is the right one ? #adc-config

STOP reception in UART IO with interrupt

Posted on June 13, 2016 at 16:56 Hi everybody. I have an stm32f4 micro trying to communicate with device via UART. I want to receive with interrupts and possibly, based on some conditions, stop the reception process (i.e. if some time exp...

valerio2 by Associate II
  • 569 Views
  • 2 replies
  • 0 kudos

Customize Board with STM32F072RB

Posted on June 12, 2016 at 22:17HiI am going to develop a customize board based on STM32F072RB IC. I am searching for some application circuit, but couldn't find any. However I got some help from STM32F0 Discovery board schematic but it's confusing....

anuj by Associate II
  • 684 Views
  • 5 replies
  • 0 kudos

RNG clock messing up LTDC

Posted on April 24, 2016 at 14:02Hi,I have configured my stm32f756xx mcu to run LTDC. Everything works fine. However when I activate the RNG clock like so:__HAL_RCC_RNG_CLK_ENABLE();I seem to get a myriad of red pixels (static snow) on the screen (w...