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

CAN transmit status pending (STM32F105RB)

Posted on August 08, 2011 at 11:54I wanted to run the CAN Interface of a  STM32F105RB with the examplefile of ST (Can Network). The function  CAN_TransmitStatus( CANx, 0x0) tells me that the status of transmission is pending. Do you have any idea's ...

mic by Associate II
  • 229 Views
  • 0 replies
  • 0 kudos

Can PA0 have a dual use for ouput and WKUP?

Posted on August 06, 2011 at 20:47After WKUP I want configure PA0 for output, then at some point configure for WKUP and go into STANDBY deep sleep mode.  It appears that once the EWUP bit is set in RCC_CSR a) the EWUP bit cannot be reset unless ther...

C Plus Plus

Posted on August 06, 2011 at 09:11&sharpifdef __cplusplusextern ''C'' {&sharpendifI've seen the above in all the library header files , but what does it mean? #mix-c-and-c++

greg_t by Associate II
  • 340 Views
  • 2 replies
  • 0 kudos

Problem with STM32F105VC using 8MHz crystal

Posted on July 15, 2011 at 19:58Hi,I have spent the better part of the day trying to get code that run perfectly on an STM32F107VC using a 25MHz crystal to run on an STM32F105VC with an 8 MHz crystal. We are using v3.5.0 of the library from ST.Chang...

STM32 GPIO Configuration utility????

Posted on August 04, 2011 at 12:41Hello there...My aim is, I need to be able to configure ports of stm32. Is there an utility/software in order to configure GPIO of it?Any help, feedback will be so helpful!..

STM3220G-EVAL I2C demo software

Posted on August 06, 2011 at 01:08I am trying to get the EEPROM I2C demo for the STM3220G-EVAL kit to work.  I am using the IAR toolset.  It compiles without error, and loads onto the demo board and runs to the point of displaying ''Communication Er...

gusg by Associate
  • 116 Views
  • 0 replies
  • 0 kudos

STM32 True Studio Issue

Posted on August 05, 2011 at 17:47I have been working with true studio for a while. I have mostly done small projects that do not require a large amount of include files. Currently however i have been working on a larger project (an MP3 player to be...

ST-LINK V2

Posted on July 29, 2011 at 23:24I would like to know if the ST-LINK V2 allow to set a breakpoint while de code is running. I'm using EWARM 6.21.

Asantos by Senior
  • 213 Views
  • 2 replies
  • 0 kudos

stack use monitor

Posted on August 03, 2011 at 15:06I'd like to add stack usage monitoring to my application. I can't afford the overhead of stack checking on every function call, so I was considering adding a routine that runs periodically to monitor the stack high-...

Labels