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

Suggestion for TIM_DMABurst_WriteStart()

Posted on August 04, 2016 at 12:07   Dear, I want to generate the 4 signals for a H bridge to create a sinusoidal signal by pwm So I used Timer 1 and its 4 channels powered by a DMA in burst mode The PWM data are organized in an array of 360 structu...

WWDG

Posted on July 17, 2015 at 16:18Hi,I am having problems to run the WWDG in a STM32F405.I am using the HAL Drivers from Cube MX.The process is the following:{__HAL_RCC_WWDG_CLK_ENABLE();MX_WWDG_Init();HAL_WWDG_Start(&hwwdg);HAL_WWDG_Refresh(&hwwdg,12...

lucas23 by Associate II
  • 1286 Views
  • 5 replies
  • 0 kudos

interrupt in overflow event of timer in up/down mode

Posted on August 02, 2016 at 10:58Hello,I use a nucleo stm32f401RC Evaluation Board for the regulation of a boost converter and I need to generate the interruption on the ON half-signal of PWM and I need also synchronize the conversion of 3 channel ...

*** Command Line Programmer for STM32F107

Posted on May 19, 2016 at 16:47I used to work with http://www.ti.com/product/MSP430F47197 and I found out that there is a Flasher which gives you this ability to load the code through a batch file. So, I am just wondering if you guys are familiar wi...

I²C Level Shifting Required for STM32L4?

Posted on August 10, 2016 at 10:00I operate an STM32L4 at 1.8 V and I�C peripherals at (up to) 3.6 V. The data sheet (DocID028794 Rev 2, table 21) is pretty clear when it comes to FT_xx inputs. But when it comes to FT_xx outputs I trip over the foll...

STM32 USB CDC on MAC OSX

Posted on August 31, 2016 at 15:00Any one has experience of developing STM32 USB CDC applications on MAC OSX? Is there a driver for STM32 USB CDC on MAC OSX? I have a HW working well on Windows with VCP driver 1.4.0, however, this HW is recognized a...

frank23 by Associate II
  • 365 Views
  • 0 replies
  • 0 kudos

Need Working Code for STM32F107

Posted on August 30, 2016 at 19:15Here i enclosed the Working Code For STM32F103.i Want to Convert this code to STM32F107 for Project Needs. This Code Not work in STM32F107 25Mhz Board .How can i init SPI According to the Board. This code Interface ...

senthil by Associate II
  • 526 Views
  • 2 replies
  • 0 kudos

Audio streaming clock sync

Posted on February 13, 2013 at 17:00I am interested in techniques for synchronizing the STMF4 I2S clock with an incoming audio stream on the USB. The clock on the source and the clock on the STM32 board will always be slightly out of sync causing ei...

ajgboomer by Associate III
  • 6180 Views
  • 33 replies
  • 0 kudos

CAN filters

Posted on May 11, 2012 at 08:03Hello everyone! Can anybody help me to understand the following thing about filters in CAN for stm32f10x. 1) Can I configure filters for receiving only messages with the specific range of ID values. For example, I want...

STM32F767ZI Hard fault when using ITCM RAM

Posted on August 30, 2016 at 19:05I am playing with the ITCM RAM on a Nucleo-144 board. I am having problems with the ITCM RAM causing a hard fault when I call a subroutine from inside a subroutine. I have successfully used the ITCM RAM to store a f...