STM32 MCUs Products

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

F103ZET6 CAN on PB8 and PB9

Posted on March 03, 2016 at 12:09 Hello! I have a problem with stm32 F103ZET6 and CAN on alternate pinout - PB8 and PB9. I created a project using CubeMX, set PB8 and PB9 for can functionality, generated code and put it into Keil...

bartocham by Associate II
  • 1000 Views
  • 4 replies
  • 0 kudos

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
  • 581 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
  • 314 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
  • 787 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
  • 2805 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
  • 562 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
  • 1714 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...