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

Error while Programming (Atollic TrueSTUDIO lite)

Posted on October 18, 2010 at 20:21Hey There, after three days of succesfull playing with my stm32discovery i tried to attach a sd-card. After this i got an error while programming the new Firmware:C:/msys/1.0/build/tools/obj/gdb-7.1/gdb/regcache.c:...

No solution but a working controller

Posted on October 20, 2010 at 21:55Hey Guys, thank you for answering and trying to help. @clive1: Voltages seems to be correct, all other points: see below @a. richard: I'm using the SPI standard pinout. After some hours of unsucessfull try'n'error ...

programming the stm32f100b

Posted on October 12, 2010 at 17:45hi. i have ageneral question: what are the options to program the stm32 in mass production with minimum hardware? i would rather progrming would be after the unit was assambled. thanks.

ezrab by Associate II
  • 456 Views
  • 7 replies
  • 0 kudos

GCC/CodeSourcery toolchain on windows/linux ?

Posted on October 09, 2010 at 14:51has anyone succeeded in configuring a foss toolchain for stm32f100 (discovery board chip)? I have installed the latest codesourcery, and tried /public/STe2ecommunities/mcu/Lists/ARM%20CortexM3%20STM32/flat.aspx?Roo...

izua by Associate II
  • 1034 Views
  • 9 replies
  • 0 kudos

question about interrups

Posted on October 18, 2010 at 15:28what will happen if during an interrupt routin another interrupt request will accure ? will the micro jump to the other or finish this routine and the jump to the other? thanks.

ezrab by Associate II
  • 320 Views
  • 1 replies
  • 0 kudos

Interrupt Problem

Posted on October 17, 2010 at 11:32hi i am trying to activate the Tim2 Interrupt but for some reason it does not work here is the program i wrote: #include ''stm32F10x.h'' void setsystemclock(void); void TIM2_IRQHandler(void); int main(void) {     s...

ezrab by Associate II
  • 1724 Views
  • 18 replies
  • 0 kudos