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

SMBUS works with STM32F401 but fails with STM32F446

Hi all, I connect to a BMS board (TI BQ4050) using the HAL SMBUS driver.In my old platform, STM32F401, I can read registers from the BMS. Somehow, identical code on a STM32F446 fails half way through the read transaction (HAL_SMBUS_Master_Receive_IT)...

0693W00000Hpyx8QAB.png 0693W00000HpyxcQAB.png
jsolmen by Associate
  • 1083 Views
  • 2 replies
  • 0 kudos

Why STM uses HAL?

Hello!Can anybody explain why STM use HAL and what is the difference and hierarchy between low layer API, CMSIS, HAL, SPL ?I always worked with just header files, but now all distributes API and I cant construct these API and their necessary in my he...

Agde.1 by Associate III
  • 7459 Views
  • 5 replies
  • 1 kudos

Resolved! [H723]Is it possible to allow only 10 IDs with the CANFD filter type?

H723ZGT6 Nucleo-144CubeMX 6.3.0[ data sheet ]   H723: DS13313 Rev2[NOR Flash]   S25FL256L[Reference manual]   H723: RM0488 Rev2   S25FL256L: 002-00124 Rev. * H​​I'm currently doing a CANFD loopback test.I want to use a filter so that I can communicat...

june by Associate III
  • 1355 Views
  • 1 replies
  • 0 kudos

Resolved! ADC not running after wake from STOP2

I'm using STM32L412KBUx on NUCLEO-L412KB, STM32CubeIDE, Version: 1.8.0.Design: ADC1 is set up to continuously poll several channels and update locations in RAM with DMA.After a period of inactivity, the application goes to sleep. COMP1 is used to det...

CKugl.1 by Senior II
  • 1019 Views
  • 1 replies
  • 0 kudos

Please help on the clock configration of STM32G431. The clock is mush slower than what I set. it is only 20MHz roughly

I use cubemx to generate clock configAnd I use a flip pin and oscilloscope to check the speed.here is what i didclock settingvoid SystemClock_Config(void) { RCC_OscInitTypeDef RCC_OscInitStruct = {0}; RCC_ClkInitTypeDef RCC_ClkInitStruct = {0}; ...

wmao.1 by Associate II
  • 1568 Views
  • 5 replies
  • 0 kudos