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

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
  • 644 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...

Labels