STM32 MCUs Products

Ask questions, find answers, and share insights on STM32 products and their technical features.

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

I have an STM32429I-EVAL board purchased.

I have an STM32429I-EVAL board purchased. The board has CN6 and CN7 MALE extension headers of 1.27mm pitch, the standard jumper wire will fit with 2.54mm pins for evaluation and checking the MCU programs. What should I do to connect a jumper wire to ...

GKV.1 by Associate
  • 313 Views
  • 0 replies
  • 0 kudos
KLian.1 by Associate II
  • 921 Views
  • 4 replies
  • 0 kudos

Resolved! STM32 CAN BUS missing some transferred messages

Hi, I am trying to communicate with other CAN devices on CAN BUS with STM32F103.I have enabled "void HAL_CAN_RxFifo0MsgPendingCallback(CAN_HandleTypeDef *hcan)" to receive message interrupt as highest priority and in main loop I am checking if I got ...

JBond.1 by Senior
  • 968 Views
  • 1 replies
  • 0 kudos

STM32L1 Stop mode usage

Hello, I have problem with entering to the stop mode againHere is my function to configure stop mode, used once before main loop, and it's ok after that MCU goes to stop mode and power consumption is low.void EnterLowPowerMode(void) { //used just onc...

ughr1 by Associate II
  • 1023 Views
  • 4 replies
  • 0 kudos

I am using STM32L475 at HCLK 72MHz, at this clock the number of wait states required is 4 but I configured for 2 wait states and ART enabled. At this condition, my controller performance is good w.r.t timing taking.

I increased to 4 wait states and tested and performance is not reaching w.r.t time and taking more time to complete the functions. Do I need to increase to 4 wait states?

HBoyi.1 by Associate II
  • 1310 Views
  • 7 replies
  • 0 kudos