STM32 MCUs Embedded software

Ask questions and find answers on STM32Cube packages, including HAL, LL and middleware, and expansion software.

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

HAL functions using archaic terms - why?

Hi, I am compiling the STM32U0 HAL library and I get errors like this one:/Users/kiwanda/techniek/swexternals/STM32/HAL/Libraries/STM32U0xx_HAL_Driver/Inc/stm32u0xx_ll_comp.h: In function 'uint32_t LL_COMP_GetCommonWindowMode(const COMP_Common_TypeDe...

STM32F767ZI Custom Board with KSZ8081RND PHY

I have designed a custom board based on the STM32F767ZI MCU. To enable Ethernet connectivity, I integrated the KSZ8081RND PHY, along with the necessary magnetics and an RJ45 connector. You can find the full schematics in the attached PDF.On the hardw...

debug_link_phy.png debug_txconfig.png
pp3reira by Associate II
  • 111 Views
  • 1 replies
  • 1 kudos

Getting started with STM32H750VBT6, SDMMC1

Hi, I am trying to move to STM32H750 from STM32F407. To start with I have tried making simple LED blink project and it seems to work.Then I add SDMMC1 and suddenly it started hanging on exiting `static void MX_GPIO_Init(void)`. Any ideas why? Do I ne...

JBond1_0-1768410547333.png JBond1_0-1768412271920.png JBond1_1-1768412281422.png
JBond.1 by Senior
  • 74 Views
  • 0 replies
  • 0 kudos

Resolved! LIN BUS non blocking HAL_LIN_SendBreak?

Hi, HAL_LIN_SendBreak seems to be blocking CPU, is there a way to bring UART TX pin down then wait for timer and bring it up? I have done it making GPIO pin GPIO_MODE_OUTPUT_PP then back to GPIO_MODE_AF_PP but init after takes long time. I was wonder...

JBond.1 by Senior
  • 111 Views
  • 2 replies
  • 0 kudos