STM32 MCUs Products

Ask questions, find answers, and share insights on STM32 products and their technical features.

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

STM32L476 Discovery USB CDC Class Source code or Example

Posted on September 04, 2017 at 16:24Hi,      I am using STM32L476 Discovery Board, as part of my project i need to enable USB OTG Port as CD C Class. Could some one help me in fining any example for USB OTG CDC Class for STM32L476 Discovery Board. ...

Sunny T by Associate
  • 2380 Views
  • 10 replies
  • 0 kudos

Resolved! Please help a confused soul

Hello everybody!I've been watching/reading this forum for a while now, trying to enlighten myself, but without success. So, this is my first question... While not being new to electronics, microcontrollers and programming, I am new to ARM. I've spent...

luch by Associate III
  • 1934 Views
  • 13 replies
  • 0 kudos

How to set GPIO as analog

I wish to know how Can I set a pin as analog input for ADC.Bits 31:0MODE[15:0][1:0]: Port x configuration I/O pin y (y = 15 to 0) These bits are written by software to configure the I/O mode. 00: Input mode 01: General purpose output mode 10: Altern...

OGarc by Associate
  • 609 Views
  • 1 replies
  • 0 kudos

Resolved! EXTI15_10_IRQn, how to seperate interrupts

Posted on September 13, 2017 at 10:07Beginner working with STM32L452:I have enabled interrupts for some GPIO pins through CubeMx.CubeMX generates this function, and it gets called as expected on GPIO interrupt:void EXTI15_10_IRQHandler(void)How do I...

Krix N by Associate II
  • 4727 Views
  • 7 replies
  • 0 kudos