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

STM32f0 As a slave device with transmit and receive

Posted on April 23, 2015 at 15:01I am attempting to implement slave device on an STM32f0 that has both transmission and receive.  I have looked at the two board solution.  I am able to write to the transmission buffer.  However, I can not get the ST...

mjohnson by Associate II
  • 132 Views
  • 0 replies
  • 0 kudos

FreeRTOS + LwIP on STM32F407VG Discovery

Posted on March 11, 2015 at 20:34Hi,I'm new to LwIP and I'm trying to run it on STM32F4 Discovery with FreeRTOS. I'm using STM32CubeMX for generating default code and System Workbench (AC6) as IDE. I use DP83848 PHY in RMII mode. All the software wo...

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
  • 472 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
  • 907 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
  • 128 Views
  • 0 replies
  • 0 kudos
Labels