STM32 MCUs Products

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

New possibilities for the ultra-low power segment!

STM32U0 is the first Cortex-M0+ with a static consumption of only 160 nA in standby mode with RTC (Real-Time Clock) and 16 nA in shutdown. It also achieves 118 points in CoreMark and targets SESIP level 3 and PSA level 1 focusing on firmware code pro...

gif-stm32u0.gif

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

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

uClinux console problem on STM32F4

Posted on May 26, 2014 at 18:26Hello,I have been trying to port uClinux to my STM32F4-Disco board. I have successfully ported U-boot, built the uClinux image as an XIP image. U-boot loads the image without any problems, however after I get ''startin...

0690X000006057aQAA.png
amine by Associate II
  • 206 Views
  • 0 replies
  • 0 kudos
Labels