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

STM32F373RB ADC+DMA+Interrupt

Posted on March 03, 2016 at 17:24 Dear Community I have an STM32F373RB device and I try to use the DMA to read the ADC1. However the DMA interrupt is not triggered. Since there is no example on the µC how to use DMA and ADC together with inte...

jogerh by Associate II
  • 628 Views
  • 3 replies
  • 0 kudos

STM32F105 USB interrupt

Posted on March 06, 2016 at 17:09Hi all, Finally I got together USB device VCP code to compile without errors for my STM32F105 board. I am constantly getting USB interrupts (I am printing messages and I get connected and disconnected). What could ha...

nps by Associate II
  • 339 Views
  • 0 replies
  • 0 kudos

STM32F4 Clock Config with USB?

Posted on March 06, 2016 at 16:03Hello, When adding a USB CDC Device to my project using CubeMX I am getting an error in the clock configuration tab saying that the source of the clock has to be external? If USB is removed then there is no error. At...

eric5709 by Associate II
  • 853 Views
  • 1 replies
  • 0 kudos

STemWin in landscape with Cube + STM32F429discovery

Posted on April 16, 2014 at 11:37I'm having problems to produce correctly working landscape LCD with STemWin and STM32F429 discovery. I'm using STemWin_HelloWorld application from STM32Cube_FW_F4_V1.1.0 as a base for my tests. I don't need to rotate...

aki by Associate
  • 2994 Views
  • 18 replies
  • 0 kudos

stm32f0 can't enter hardfault

Posted on February 26, 2016 at 18:26Helloabout 'bkpt' instruction and no debugger attached? ( semihosting problem)I read that must be generated HardFault exception in this case but this never happens.I have already tested HardFault vector with divid...

harryzz by Associate
  • 593 Views
  • 2 replies
  • 0 kudos

Sin wave generation problem using TIM1 & PWM

Posted on March 02, 2016 at 23:17I am a student from University of Cairo Iam trying to  generate a 50 hz sinusoidal using my stm32f4 discovery board. I am running my timer in 10khz (switching freq = 10khz) and I am using a lookup table (generated fr...

ralph by Associate II
  • 1767 Views
  • 7 replies
  • 0 kudos

Nucleo STM32F401 testing HAL SPI driver

Posted on March 04, 2016 at 23:47Hi, i wrote a simple program in Keil uVision to test the HAL SPI driverThe logic analyzer shows that there is clock activity as expected but the MOSI ouput stay low all time even with pull-up enabled (see attached sc...

USB CDC problem

Posted on March 02, 2016 at 00:07I am using the Stm32CubeL4 to generate a USB device with a CDC class. This is on a custom board. I am not using the USB ID line or VBUS. It runs, but USBD_CDC_Init() is never called. On the Windows side, I see an ''...

jstefan by Associate
  • 582 Views
  • 1 replies
  • 0 kudos