STM32 MCUs Products

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

Cortex-M4 DSP instruction

Posted on May 02, 2016 at 19:45Hello!I would like to ask, if anyone knows, if there is a DSP instruction for Cortex-M4, which would calculate x*x + y*y. I saw that there are some quite complex instruction which are intended for similar calculations,...

matic by Associate III
  • 519 Views
  • 2 replies
  • 0 kudos

LCD in 8080 mode with STM32F429 FMC

Posted on April 16, 2016 at 16:40Hi all, I have trouble getting a LDC Display on the STM32F429 FMC to work in 8080 Mode. I use the same hardware connection like withe STMF4Discovery Expansion Board and the STM32F4DIS-LCD Modul.FMC_D0   (PD14)  -> LC...

jens23 by Associate
  • 911 Views
  • 1 replies
  • 0 kudos

Cannot do DMA with USART Rx

Posted on April 22, 2016 at 11:07Hello communityI am having troubles when doing DMA with USART on an STM32F030. Thanks in advance to anybody will help.Not sure if i did the homework correctly so I need someboody to check thisTMy application aims to ...

stanzanim by Associate III
  • 409 Views
  • 1 replies
  • 0 kudos

UM1734 Error - USB Device - CDC

Posted on May 03, 2016 at 11:50pdf:      UM1734rev:      3page:     52/59Section: 6.5.6step:      4bug:       text wrongly reads: CDC control requests should be handled by the function Controllability().fix:        state the name of a function or ca...

peculiar error

Posted on May 03, 2016 at 14:15Hi i am using f429. and also using the stm library. problem with decryption.. 

arunl4g by Associate II
  • 461 Views
  • 1 replies
  • 0 kudos

STM32F103 DMA Timer interrupt concept question

Posted on May 02, 2016 at 16:41Hi, I have a conceptual question about DMA data transfer and timers.  I'm using an STM32f103RBT6 and would like to output a square wave signal that is non repeating.  What I would like to do is to create a buffer of ca...

DMA fails to trigger on STM32F446

Posted on April 30, 2016 at 16:20I'm using the STM32F446 nucleo board and am trying to simply trigger a DMA transfer onto gpio when an OC triggers. Although I've done this many times on other boards (particularly F0 boards) I cannot figure out why i...

luke2 by Associate II
  • 1084 Views
  • 9 replies
  • 0 kudos

STM32F303 PWM control via CubeMX HAL

Posted on May 03, 2016 at 06:34Greetings allI'm using  HAL_TIM_PWM_ConfigChannel() to set the Pulse value for my PWM output but I want to modulate it (think IR LED on/off keying) so I'm currently using HAL_TIM_PWM_Start() and HAL_TIM_PWM_Stop(). The...

STM32f429I LTDC Clock Value Problem

Posted on May 02, 2016 at 10:50Hi. I'm trying to set LTDC clock to 54MHz but I am measuring 385.7kHz instead of the true value with oscilloscope. Scope has 350 MHz bandwidth. I'm configuring the PLLSAI with std_periph libraries; RCC_PLLSAIConfig(432...