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

HardFault when using IAR 6.50

Posted on April 13, 2015 at 19:57Noticed an ''interesting'' issue that I was unable to trackdown.If I compile the example LwIP_UDPTCP_Echo_Server_Netconn_RTOS using IAR 7.40 everything works fine YET when I compile the same code using IAR 6.50 I get...

ariel2 by Associate II
  • 848 Views
  • 6 replies
  • 0 kudos

SPI question (0xff in DR)

Posted on April 22, 2015 at 04:58Hello everyone,  I checked the data sheet but couldn't find an answer to the following question:  What should happen if master initiates transmission but slave is detached or powered down?   In my tests once master...

st.2 by Associate II
  • 1460 Views
  • 6 replies
  • 0 kudos

STM32Cube F4 V1.5.0 -- suggested code improvement

Posted on April 23, 2015 at 03:20The function (as defined in usbd_cdc.c) uint8_t  USBD_CDC_TransmitPacket(USBD_HandleTypeDef *pdev)in fact returns values of type USBD_StatusTypeDef, not uint8_t.This causes type collisions, and IAR warnings of the fo...

mduffy by Associate II
  • 214 Views
  • 0 replies
  • 0 kudos

STM32F373 Code Question

Posted on April 14, 2015 at 14:05  The original post was too long to process during our migration. Please click on the attachment to read the original post.

STM32F0 I2C CPAL V2 Listen Mode

Posted on September 26, 2014 at 01:41I am trying to use the CPAL library for I2C communication for the F0 MCU.  This download page seems to suggest that the std peripheral library include CPALv2.  But when I use it, the User manual does not seem to ...

jacky by Associate II
  • 315 Views
  • 2 replies
  • 0 kudos

STM32Cube: a bug in clock configuration?

Posted on April 22, 2015 at 18:56I'm using STM32Cube with stm32f103RB mcu.I tried to create a simple test project and run into couple of issues. 1) I have configured project for external clock source (8 MHz) and made HCLK equal to 72 MHz. I checked ...

amomum by Associate III
  • 226 Views
  • 0 replies
  • 0 kudos

STM32F4Discovery NETMF 4.3 Tinybooter

Posted on April 22, 2015 at 18:55We're developing for the STM32 and want to use the Visual Studio 2012 and NETMF 4.3. Where do we find the latest tinybooter, etc files for the ST boards that are compatible with 4.3. When deploying, the compiler comp...