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

Timer interrupt handling - multiple flags

Posted on May 28, 2012 at 07:28How should multiple interrupt flags be handled in the timer ISRs? 1. Handle all flags at the same time? 2. Handle a single flag? My code originally did #2, but I found sometimes I would get into a state where an interr...

jkuek by Associate II
  • 308 Views
  • 1 replies
  • 0 kudos

missing timer compare flags

Posted on May 28, 2012 at 07:21I'm actually hunting down a weird case where sometimes the timer counter matches the CCRx register but I never see the CCxIF flag set. This seems to occur when the compare occurs when I'm in that timer's ISR handling a...

jkuek by Associate II
  • 164 Views
  • 0 replies
  • 0 kudos

IACCVIOL

Posted on May 25, 2012 at 18:50Hello, I am working with a STM32100 RBT6 microcontroller. I was working on a firmware and as the souce code grows up a I had the software starts reach the hard falt handler. I loocked for the CFSR register and the IACC...

STM32F4, Tips for a beginner?

Posted on May 24, 2012 at 08:52I have lots of experience with the Arduino and the STM32F4 is my first ''real'' step into microcontrollers. I've downloaded all of the PDFs and the firmware from the STM32F4DISCOVERY page. They have been helpful but I'...

upgrdman by Associate II
  • 469 Views
  • 5 replies
  • 0 kudos

How to erase the chip?

Posted on May 24, 2012 at 16:36I use ST Visual Programmer and http://www.st.com/internet/evalboard/product/250863.jsp. During programming I set Read Protection ON. But now I can not erase or reprogramming the chip (STM32F103RB). I can see ''The devi...

SPI timing issues on STM32F103

Posted on May 25, 2012 at 03:36I'm having some issues with the SPI on the STM32 and I can't seem to figure out what the problem is.  I'm having issues on both the TX and RX directions. I'm using it in master mode in both cases.  I have multiple devi...

rluck1 by Associate II
  • 606 Views
  • 2 replies
  • 0 kudos

STM32 and flash loader question

Posted on May 21, 2012 at 22:51I have been using a Keil MCBSTM32 demo board for many months.  I've been using the ST flash loader to program the STM32 on the board with no problems.  Today I made some (probably incorrect) modifications to my code, r...

rluck1 by Associate II
  • 196 Views
  • 1 replies
  • 0 kudos

How to configure SPI on STM32F103?

Posted on May 23, 2012 at 11:52Hi, I am trying to use the OLIMEX STM32-P103 (ARM cortex M3) as SPI master to get some information from an accelerometer but, I dont know how to use SPI. Even after many hours of searching on the internet i did not fou...

Secure firmware upgrade: ecryption

Posted on May 23, 2012 at 09:33Hello, I read this application note about secure firmware upgrade http://www.st.com/internet/com/TECHNICAL_RESOURCES/TECHNICAL_LITERATURE/APPLICATION_NOTE/DM00044227.pdf So i want to ask about the encryption method tha...

hisham23 by Associate II
  • 240 Views
  • 3 replies
  • 0 kudos
Labels