STM32 MCUs Products

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

STM32F030 Unique ID

Posted on March 09, 2016 at 12:16Has this chip serial id?How can i read it from chip as i do it on STM32F4 and STM32L0?

pestov by Associate II
  • 339 Views
  • 2 replies
  • 0 kudos

Bayer Raw image format to RGB conversion

Posted on March 09, 2016 at 12:00Hi I'm getting the RAW image data from the MT9P031 image sensor. Incoming data is Bayer raw image formats. How do I convert it to RGB format this RAW data? Is this conversion process is done with STM32F7?Thanks 

TIMER1_DMA Capture

Posted on March 07, 2016 at 12:25Hi,    I'm using STM32F103RC controller, trying to Capture Frequency from 1.2Khz to 72Mhz by using Timer-1 with DMA Channel-2. i'm not able to capture a constant count from TIM1->CCR1, the count value keeps on varyin...

USART Recieve Problem

Posted on March 06, 2016 at 21:01 Hello Everyone. Transferring data via USART2; I have some problem. Hope to see a recommendation! I am doing as this : Sending data to PC on TX line normally without any Interrupt and receiving data from PC o...

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
  • 1818 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
  • 474 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
  • 377 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...