STM32 MCUs Products

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

The STM32H725/735 HAL function IS_TIM_MASTER_INSTANCE() is missing a check for TIM12, which is a valid master (has MMS bits in CR2).

For example, here is the function definition for the STM32H725:/****** TIM Instances : master mode available (TIMx_CR2.MMS available )********/#define IS_TIM_MASTER_INSTANCE(INSTANCE) (((INSTANCE) == TIM1) || \                      ((INSTANCE) == TIM...

Getting PEC error from Smbus .

Hi Team,I am using Smart battery in my product. While reading the battery voltage or current I'm getting the PEC error in smbus line, but the received PEC value is correct. In smbus line three devices were connected, Host(mcu (stm32h7)), Master(Batte...

0693W000006HUvZQAW.png
Vel by Associate III
  • 698 Views
  • 0 replies
  • 0 kudos

DMA Buffer Index with Multi-Channel ADC

Hello, I am using the STM32F303K8 on the Nucleo-F303K8 to measure multiple ADC channels and update a control loop based on the values. I have set up ADC1 using the DMA in circular mode to read channels IN1, IN2, and IN4. I have a buffer set up in whi...

SBayl.1 by Associate
  • 536 Views
  • 1 replies
  • 0 kudos

Resolved! Problem with first project Nucleo-144 STM32H745

I'm sttarting with STM32. I've bought Nucleo STM32H745ZI-Q and I'm trying to bling a LED (or any other GPIO). I've downloaded CubeIDE, CubeMX is included in it. I'm tring to Toggle GPIO pin, i've tried few tutorials on yt with no luck. ST-Link is up ...

KBile.1 by Associate II
  • 501 Views
  • 1 replies
  • 0 kudos