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

STM32F3Discovery Compass Demo

Posted on April 28, 2013 at 14:11HelloI'm a student and my problem is, that I have to do compass demo on my PC, in order to do magnetic effect test. I bought STM32F3Discovery, but i can't find anything. I have found on youtube this compass demo, but...

kyniek by Associate II
  • 778 Views
  • 9 replies
  • 0 kudos

Reading PSR

Posted on May 16, 2013 at 10:00HiDoes anybody have some inline GCC assembly to read the PSR? I am coming from an IAR background and in IAR I just used __get_PSR(), but this is not available in GCC - CrossStudio for Arm from Rowley. Any help in readi...

Gawie by Associate II
  • 408 Views
  • 1 replies
  • 0 kudos

stm32f103 usart

Posted on May 16, 2013 at 07:49How can i use printf() with usart, if i want to dump the values on serial window after reading the register and printing it's value. #rtfm #stm32l #usart #usart #discovery

aman by Associate II
  • 669 Views
  • 5 replies
  • 0 kudos

Running SPI at 2MHz

Posted on May 15, 2013 at 23:21I've got an STM32F407 with main clock set to 168MHz and am communicating with a slave device over SPI2. The SPI on the slave can work up to 2MHz and I would like to get as close to this as I can. As far as I can tell, ...

iduffy by Associate II
  • 684 Views
  • 4 replies
  • 0 kudos

stm32f103 usart

Posted on May 16, 2013 at 07:52How can i use printf() with usart, if i want to dump the values on serial window after reading the register and printing it's value. #usart #discovery #stm32 #duplicate-thread

aman by Associate II
  • 218 Views
  • 1 replies
  • 0 kudos

SPI Rx data reading error

Posted on May 15, 2013 at 13:32The original post was too long to process during our migration. Please click on the attachment to read the original post.

andykim by Associate II
  • 546 Views
  • 2 replies
  • 0 kudos

stm32w108 rfc-kit rf4ce library

Posted on May 15, 2013 at 20:54hi i have bought a stm32w-rf control kit and i am trying to run stmouse using zid profile of rf4ce library . but there is some problems with pairing of mouse and dongle ( cold start dosn't work). is there anyone who fa...

CPAL Spin Waits in Interupt

Posted on May 11, 2013 at 16:20 I noticed the CPAL uses spin type waits including at least one in an interrupt (see code below). Thes e are u sed via the MACRO __CPAL_I2C_TIMEOUT. I have some concern with the one in the interrupt handl ...