STM32 MCUs Products

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

can't enter stop mode when connect an emluator

when there's no emluator connected, my program works ok. But when I have my emluator connected, my program will immediately recover from stop mode or may even not enter into stop mode?  ​Do somebody has same experience and give me some ideas?​

xleij by Associate II
  • 316 Views
  • 1 replies
  • 0 kudos

DCMI bitdepth of STM32H7 for Raw Bayer data

Posted on March 31, 2018 at 18:03Can a STM32H7 capture 12-bits raw bayer progressive video data? For instance, from an OV5642 image sensor?I'm looking at the reference manual of the MCU. It can be found from the following link.http://www.st.com/cont...

M. Jeong by Associate II
  • 983 Views
  • 7 replies
  • 0 kudos

Can someone help me with the function static void MX_CAN_Init(void)? When I debug my profram it get halted here!!!!

I have a STM32f042k6 Nucleo board on wich I am trying to setup the CAN Bus without success. I am using the HAL_Libraries. My programm halts at HAL_CAN_Init(&hcan); static void MX_CAN_Init(void){ hcan.Instance = CAN; hcan.Init.Prescaler = 8; hcan.Init...