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

Not able to print(printf) float values in STM32L4/F4

Posted on March 08, 2016 at 09:27I am using STM32L476RG/F401RE nucleo board and trying to view the output of printf of float value on the terminal I/O.I am using IAR.But what  I am getting is this : value = %ffor the below code : float value = 168/2...

darla14 by Senior
  • 1074 Views
  • 5 replies
  • 0 kudos

IAR example project wont link from eclipse IDE

Posted on March 08, 2016 at 17:11I tried importing the IAR example (STM32-P405) using the eclipse plug-in but was unsuccessful, I kept getting an exception. I don't remember exactly what the exception. So then I duplicated the project in Eclipse. I ...

ryan2 by Associate II
  • 248 Views
  • 2 replies
  • 0 kudos

CubeMx HAL F3 version 1.4 I2C slave limitations

Posted on March 08, 2016 at 14:30Hello, For my application I am writing an i2c slave that uses polling mode. I noticed that the slave_receive function implementation is not practical. HAL_StatusTypeDef HAL_I2C_Slave_Receive(I2C_HandleTypeDef *hi2c, ...

loik by Associate
  • 218 Views
  • 1 replies
  • 0 kudos

LWIP Problem

Posted on February 23, 2016 at 11:29I’ve added LWIP library to my embedded project. Microcontroller STM32F107VC. When I initialize the LWIP LwIP_Init(); I get some errors: section `.bss' will not fit in region `RAM' region `RAM' overflowed by 18004...

STM32F407vgt problem using DCMI

Posted on March 08, 2016 at 16:02Dear All,I am using an stm32F4discovery ( stm324f07vgt)  to capture images coming from a camera OV5642, i would like to use DCMI but when i create a new project in STM32CubeMX to generate DCMI code, i note that there...

STM32f429 USB OTG problem

Posted on March 07, 2016 at 18:23Hello everyone,I tried to import an usb library in Atollic TrueStudio . I receive this error ''fatal error: usbd_msc_mem.h: No such file or directory''.In fact that is such ''file or directory'' included in my projec...

0690X000006037iQAA.jpg

PWM same Dutycycle, different starttime (Phaseshift)

Posted on August 26, 2013 at 14:21 Hello, is it possible to configure the PWM Outputs to drive all three Channels with the same Dutycycle, but starting delayed (Phaseshifted)? I configured the PWMs with a common Timebase TIM1. Is there a chance to u...

0690X000006050PQAQ.png
markus23 by Associate
  • 730 Views
  • 9 replies
  • 0 kudos

STM32F7 Discovery - on-board LCD and CubeMX problem

Posted on March 06, 2016 at 12:54Hi. I've been playing around with the example project LTDC/LTDC_Display_1_Layer from the STM32F7 CubeMX package. Everything works fine, I modified the project a little bit and so on. However, when I tried to create a...

Labels