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

Resolved! What is "hal_ppp"?

Hi, This might seem like a dumb comment, but I am reading UM1884, Description of STM32L4/L4+ HAL and low-layer drivers, and I find numerous references to "hal_ppp" or "HAL_PPP" such as the file name "stm32l4xx_hal_ppp.c" (Table 2, page 8) or "HAL_PPP...

AMacd.1 by Senior
  • 433 Views
  • 2 replies
  • 1 kudos

STM32L471 BFB2 and FB_MODE question.

Hello,I'm trying DUAL BOOT on STM32L471 and having a problem with SYSCFG->MEMRMP FB_MODE bit.I modified Dual Boot Bank Swap Boot Loader Example for STM32G4 project to fit my board, and everything goes well when the firmware put from the start of BANK...

Resolved! STM32G431 TS_CAL2 temperature

HIAt what temperature the TS_CAL2 value for the STM32G431 is detected?In the datasheet it is reported 130 degrees while in the library "stm32g4xx_ll_adc.h" TEMPSENSOR_CAL2_TEMP is 110 degrees Thanks

STM32H7S78-DK: Issues with ETH and LwIP

Hi,I'm having a project that uses LTDC (565) UART4 (for printf debugging purposes) and ETH/LwIP. The issue i'm having is an infinite loop in `LAN8742_Init` : ```while(regvalue & LAN8742_BCR_SOFT_RESET)```always evalute to true and ```if((pObj->IO.Get...

STM32F429 FMC No action

Hello I want the STM32 to transmit data to the FPGA via the FMC. However, when I use the manufacturer's example and modify the return line in the FPGA, the LCD displays the modified value from the STM32 instead of the expected return line value. What...

Connoe by Associate
  • 256 Views
  • 3 replies
  • 0 kudos

Resolved! STM32 Nucleo H7S3L8 HardFault_Handler + DACCVIOL

STM32H7S3L8 – XIP app HardFault on vector fetch from XSPI (BFAR/MMFAR=0x70000004, VECTBL)MCU: STM32H7S3L8Tooling: STM32CubeIDE (HAL/CMSIS + FreeRTOS)External flash: NOR on XSPI2 (XSPIM Port 2). Bootloader sets XSPI to memory-mapped; application is li...

htxy_0-1758021070194.png
htxy by Associate III
  • 736 Views
  • 1 replies
  • 0 kudos

Resolved! STM32 future support for Zephyr RTOS

Dear ST Team,I am an embedded developer working with STM32 MCUs in various projects, and recently I have been exploring the use of Zephyr RTOS due to its growing adoption and strong ecosystem.I noticed that companies like Nordic Semiconductor provide...