STM32 MCUs Products

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

STM32F427, USB HighSpeed RXFLVL and DMA

Posted on May 27, 2014 at 15:05Hello @all, does anyone know how the following registers behave when the USB peripheral is used in HighSpeed mode(?): - OTG_HS_GRXSTSR/OTG_HS_GRXSTSP : is it required (or even possible) to read/pop a status when DMA tr...

schauer by Associate II
  • 326 Views
  • 0 replies
  • 0 kudos

STM32F051 LSE Clock accuracy

Posted on May 06, 2014 at 16:31hello,I am in the development of a new application with a STM32F051R8. I have a big problem with the accuracy of the RTC: I used both the quartz advocate in the note AN2867 application. I initialize the RTC well w...

STM32CubeF4 OnePulse mode on TIMER12

Posted on April 09, 2014 at 17:09 Hi all, I have been trying to configure TIM12 to work in OnePulse mode and I am not able to accomplish that. With elder version of device drivers I was able to achieve what I needed in such a way: ...

alan by Associate
  • 553 Views
  • 4 replies
  • 0 kudos

SDIO DMA times out

Posted on May 26, 2014 at 06:01Hi all,Using cube4.2.0 and STM32F205:I am trying to use SDIO in DMA mode.Polling mode work perfectly, but using ''HAL_SD_ReadBlocks_DMA()'' times out.I have traced that ''SDIO_IRQHandler()'' fires and sets the ''hsd->S...

STM32F429 lockup

Posted on May 25, 2014 at 04:25My STM32F429 seems to be stuck in a lockup state. When I start the debugger in TrueSTUDIO, it halts in startup_stm32f429.s at the second instruction in the Reset_Handler. I'm unable to step through the code at all. I t...

Developing Smart Card Based Application

Posted on May 16, 2014 at 14:32Hi,I am working on a project that involves programming a smart card and reading it to some data.I would like to know the most suitable way to do this using STM32 Cortex M4 boards. Are there any support interface for th...