STM32 MCUs Products

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

STM32F103 CAN ERRI bit always set

Posted on February 28, 2016 at 17:43Hello,I have a problem with CAN bus on STM32F103TB.I have CAN_ESR register = 0 but still I get bit ERRI in CAN_MSR = 1.If i try clearing it either via code or via debugger it will be set again by hardware.I've sea...

SPLabs by Associate II
  • 1077 Views
  • 5 replies
  • 0 kudos

DMA

Posted on April 08, 2016 at 15:37Hi i wonder  if there is a way to transfer from pheripheral to pheripheral using dma on f429.could anyone tell me ?

arunease by Associate II
  • 525 Views
  • 3 replies
  • 0 kudos

sizeof() function

Posted on April 08, 2016 at 21:21Hello.I would like to get a size of a struct in bytes. Members of a struct are different - concretely I have 6 WORDS and 1 array of 6 BYTES. Then, the size of a struct would be 30 BYTES. If I use function sizeof(stru...

matic by Associate III
  • 2101 Views
  • 7 replies
  • 0 kudos

Wrong clock frequency after IWDG reset [STM32F405]

Posted on April 09, 2016 at 12:42Hi all,I'm experiencing a strange problem on STM32F405When a IWDG reset happens, the uC restarts with a wrong clock frequency, I think it's running from HSI instead of HSE.  Same problem happens even if I call NVIC_S...

luigi23 by Associate
  • 428 Views
  • 1 replies
  • 0 kudos

Using SWD pin as as conventional IO?

Posted on April 08, 2016 at 23:55Can I, used SWD pin, for example on STM32F0, as SWD when debugging and flashing MCU and as little used IO , during normaloperation? If yes, how?

astrid by Associate II
  • 496 Views
  • 2 replies
  • 0 kudos

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
  • 1624 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
  • 545 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
  • 1304 Views
  • 6 replies
  • 0 kudos