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

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
  • 834 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...

Flashing tool over CAN and external circuit for boot pins

Posted on May 26, 2014 at 13:36Hello, Is there any flash tool for linux (or windows) over CAN-bus? STM32F105 is capable to boot from CAN-bus but I didn't find any tool for that. What is the best way to boot the chip from system memory without acces...

USE_FULL_ASSERT macro does not give warning

Posted on May 26, 2014 at 15:55Hi, I have had an error in my program and was wondering why the assertion macro did not give a warning for the second line, the first line is correct: RCC_APB1PeriphClockCmd(RCC_APB1Periph_TIM2, ENABLE); RCC_APB2Periph...

Synchronised ADC and DAC with DMA

Posted on May 26, 2014 at 15:12Hi everyone, I'm very new to the world of MCUs and would be grateful is someone could give me a brief outline as to how to use the DMA to read values from the ADC and store them in a buffer, then have the processor mod...

anas27 by Associate II
  • 684 Views
  • 1 replies
  • 0 kudos

Enabling LSE

Posted on July 08, 2013 at 14:05When trying to run the LSE oscillator (at 32.768kHz), I stumbled upon the following problem: PWR->CR |= PWR_CR_DBP;  // disable backup-domain lock  RCC->BDCR = RCC_BDCR_LSEON;  // enable 32.768kHz oscillator did not ...

SPBT footprint

Posted on May 26, 2014 at 05:41The SPBT2632C1A is the larger footprint, which is fine for our purposes.  The datasheet does not make any mention of what the 6 extra pads on the bottom are for, yet there is a warning that''thou shalt not ground extra...

litteka by Associate
  • 470 Views
  • 1 replies
  • 0 kudos