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

Send data with usart in smart card mode and DMA

Posted on July 16, 2013 at 00:26Hi, I'm trying to communicate with a smart card using the usart on a STM105RC. I was successful doing that with normal interrupts, and now I'm trying to use the DMA with the USART for better performance. My problem is...

STM32F405 Custom Software Triggered Interrupt

Posted on July 16, 2013 at 12:39Hi,I was wondering if it is possible to define software triggerd interrupts, i.e. an ISR is triggered by a value change of an arbitrary register.Any help is appreciated! #stm32f4

ole by Associate
  • 375 Views
  • 2 replies
  • 0 kudos

Timer/Pwm

Posted on July 15, 2013 at 15:03 Hi, I'm working with STM3220G. I have to create a project that: configure GPIOA(pin1) in output for 20msec. After 20msec, starts a PWM for 5msecand so on... My problem is: when I see in myosciloscope, the wave...

0690X00000604zRQAQ.png
mosine by Associate II
  • 446 Views
  • 2 replies
  • 0 kudos

Blinky Flash load/debug with MDK-ARM

Posted on July 13, 2013 at 01:32Board: STM324x9I-evalTools : MDK-ARM uvision 4.72.10.0Issue: When compiling/loading/debug either blinky or RTX_blinky. when target set to ''STM32F439 RAM'', everything works fine. I can run, step, etc. but if target s...

tonyyu by Associate II
  • 641 Views
  • 4 replies
  • 0 kudos

STM32L152 - AHB Matrix

Posted on July 15, 2013 at 20:59Wanted to confirm if STM32L152 supports Multilayer AHB Matrix or not? Thanking in advance #stm32l152

himansu by Associate
  • 227 Views
  • 0 replies
  • 0 kudos

STM32F207IF use of CAN2

Posted on July 02, 2013 at 18:51 Hi. I am using the KEIL exemple RL-CAN software for MCBSTM32F200 with and board that use stm32f207IF. The problem is that I can't change the pins of CAN2 sucessfully. The CAN works to send a messange but rece...

felipe by Associate II
  • 261 Views
  • 2 replies
  • 0 kudos

STM32 Core during Sector Erase or Flash Programming

Posted on July 15, 2013 at 05:29Hi, Did I get it right that during Sector Erase (that can take up to 2s on 128K Secotor) CPU Core does not fetch instructions from Flash memory? In other words Bootloader running from Flash will be halted during this ...

dimax by Senior
  • 243 Views
  • 1 replies
  • 0 kudos

STM32F4xx IAP - passing arguments

Posted on July 12, 2013 at 00:17Hi, I'd like to have algorithm executing application (from 0x8004000) operating on data buffered in my modified IAP firmware (2 x (uint16_t [128]) located after IAP code, before 0x8004000). But after compiling my IAP ...