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

Watchdog timer is not working properly - STM32F051K8

Posted on August 15, 2014 at 15:55Hello,I am having a weird problem with Independent Watchdog timer in my STM32F051K8. Here is my initialization:IWDG ->KR = 0x00005555;IWDG ->PR = 0;IWDG ->RLR = 0x000003FF;        // Reload value 1023*(1/(40kHz/4)) ...

thaip by Associate
  • 343 Views
  • 1 replies
  • 0 kudos

STM32F103, Keil V5, Encoder, Interrupt

Posted on November 12, 2015 at 14:16Hi guys.im working on a simple encoder project where id like to read the encoder lines A and B and set a counter.although, the interruptflags on PC6 and PC7 are not beeing set and i cant see why. PC6 and 7 were te...

SPI Communication with TIM1

Posted on September 23, 2012 at 11:10Hello everyone, In my current project, I am working with Digital ledstrips. The strips I want to use have a WS2811 chip which is basically running a 1 Wire SPI interface (no clock Line). I will try to explain ro...

longchair by Associate III
  • 509 Views
  • 9 replies
  • 0 kudos

DMX-512 RECEIVER

Posted on November 12, 2015 at 14:28HiI have to code a DMX512 receiver. I'm searching an example. Here I read there is a demonstration firmware who perform these action...  (http://stm32.eeelec.com/pdf/cd00248435.pdf)Someone can help me ? I have a s...

Unable to write ''DWT->CTRL''

Posted on November 02, 2015 at 14:30Hi, I want to get CPU cycle counter (DWT->CYCCNT) and uUnable to write DWT_CTRL register (value is always 0x40000000).   /* Enable TRC */   CoreDebug->DEMCR &= ~0x01000000;   CoreDebug->DEMCR |= 0x01000000;   /* R...

Andrew1 by Associate II
  • 798 Views
  • 5 replies
  • 0 kudos

STM32L0 RTC wakeup time offset (in STOP mode)

Posted on November 12, 2015 at 02:36Hi,I'm using an STM32L051R8 clocked off HSI 16Mhz and with a 32.768KHz external crystal (LSE) that drives the RTC and an LPTIMER.I have set the RTC to generate periodic wakeup interrupts every X seconds, just befo...

koenvv by Associate II
  • 557 Views
  • 4 replies
  • 0 kudos

I2C/SMBus doesn't respond to ARA

Posted on November 10, 2015 at 15:53 Hello guys, I'm running a communication between two STM32F4 via SMBus. For configuration I use HAL Drivers and CubeMX. Pin Configuration: PB7 ------> I2C1_SDA PB8 ------> I2C1_SCL PB5 ...

Labels