STM32 MCUs Products

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

USB Interrupt Skipped on Debug

Posted on April 14, 2016 at 15:16I'm currently developing a usb device using a stm32f103 and the standard STM USB Library (not HAL). My code works fine in release mode, but on debug mode the USB related interrupts are not called (High and low priori...

freertos for stm32f7

Posted on April 15, 2016 at 10:34You can use the FreeRTOS port provided by ST in your STM32CubeMX repository (find it in Help->Updater Settings... menu) at [Your Repository]\STM32Cube_FW_F7_V1.3.0\Middlewares\Third_Party\FreeRTOS

I2S Channel Side Flag Issue

Posted on April 14, 2016 at 16:31Hello , I have configured I2S3ext of STM32F4 which is interfaced with audio codec. In our environment , Sample Frequency is  @ 8 KHz . CHSIDE bit of I2S status register always remains in reset state . I have checked...

RTC weakup interrupt does not work

Posted on July 31, 2015 at 20:47I have used CubeMx to generate code for stm32f407Set RTC internal weakupand enabled the NVICbut the  RTC_WKUP_IRQHandler() never got called!code:/* RTC init function */void MX_RTC_Init(void){  RTC_TimeTypeDef sTime;  ...

USART test example project for stm32f100rbt6b

Posted on April 14, 2016 at 15:56Hi guys,I am new to embedded word.I just started working with STM32vl discovery board  using Keil uvision(MDK-ARM).I am not getting any example project for testing USART on board till now.Can any one provides me that...

RTC lost time after reset

Posted on October 01, 2015 at 14:14I've STM32f417IF. I try to user RTC. All Init code writed by STMCubeMX. Then i set date and time, but after reset RTC time clean again.RTC have own big capasitor and i just make reset, without poweroff.What is wron...

chief by Associate II
  • 494 Views
  • 2 replies
  • 0 kudos