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

Startup: why is .data alignment = 8

Posted on April 08, 2016 at 15:11Hello,while writing a bootloader, I had the need for a few bytes (4) that retain the content during a software reset. I�ve read that is true for the first bytes of the SRAM. So I�ve added a new section at the beginni...

torsten2 by Associate II
  • 1293 Views
  • 3 replies
  • 0 kudos

Manual DMA event triggering

Posted on April 08, 2016 at 09:51On the STM32F303 I have a timer with an OC that triggers DMA events to write byte values onto GPIO. The DMA is set up with a cyclical byte buffer that is populated by the core via interrupt. For technical reasons I n...

luke2 by Associate II
  • 437 Views
  • 1 replies
  • 0 kudos

Read RTC wakeup timer register on STM32L151

Posted on January 08, 2014 at 14:30Hi Everybody,I am using the RTC WakeUp Timer while in Stop mode. The MCU can either leave the Stop mode at the end of the timer, or on an external IRQ. At this level, everything is working perfectly.However, when t...

gcristian by Associate II
  • 1015 Views
  • 6 replies
  • 0 kudos

STM32F429 - CAN stop IT stops firing randomly

Posted on February 08, 2016 at 21:56 Hi, I'm using a STM32F429 disco board. I used the CubeMX to gen my HAL. Everything works pretty great, except for after a while my CAN IT stops firing. Here is my code below. In the HAL_CAN_RxCp...

Just Matt by Associate III
  • 780 Views
  • 7 replies
  • 0 kudos

Setting Timer Channels Priority

Posted on April 07, 2016 at 12:13Is it possible to assign the priority to Timer channels.I am suing timer1 channels 1,2,3,4 where time period of channel 1,3 and 2 and 4 are multiple of each other so thier respective interrupts comes at the same time...

darla14 by Senior
  • 399 Views
  • 3 replies
  • 0 kudos

Timer in PWM Capture Mode

Posted on November 23, 2015 at 15:16 Hello every One I am trying to read PWM signal parameters (Frequency & Duty Cycle) with timer 2 of STM32f4 IC. According to data sheet There is two modes of reading PWM signal. 1- capture mode which reads Puls...

sorena by Associate II
  • 2350 Views
  • 14 replies
  • 1 kudos

ADC Fast and Slow Channels

Posted on April 06, 2016 at 11:17Hi there, Im working with the STM32F334C8xx Microcontroller , which has 2 ADC with up to 15 channels on each. The datasheet states that for a given channel, there are up to 5 so named ''fast channels'' and 10 ''slow...

eg7963 by Associate III
  • 1453 Views
  • 3 replies
  • 0 kudos

CubeMX and STemWin Integration

Posted on April 07, 2016 at 02:35Can someone point me to some documentation for integrating STemWin into a CubeMX HAL Project? I found a sample project on the 469i-DISCO board I am using, but it does not tell the whole story.

Connect TIMER2 to TIMER1

Posted on April 06, 2016 at 23:28Hi,The black waveform is the output of TIMER1, PWM mode on CH1. Now I want to start TIMER2 when there is match on TIMx_CCRx like the image below. I was trying to set up it on STM32CubeMx. I attached the project if yo...

ee06091 by Associate III
  • 402 Views
  • 1 replies
  • 0 kudos