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...

Interupt is not processing the signal

Hi I am trying to migrate my code from SPL(old version) to HAL based code I have conveted the  same setup code to cubemx to generate the init function and I am using a clrc663 IC(card reader) along with it when the Ic Generates an interupt the mcu do...

naveen-0 by Associate II
  • 60 Views
  • 3 replies
  • 1 kudos

NUCLEO-G0B1RE with SNK1M1 only DEFAULT 5V

Hi STM32 community, I have ordered those the Evalboards: NUCLEO-G0B1RE X-NUCLEO-SNK1M1 - USB Type-C Power Delivery Sink  I have followed all of your existing applications, but none of the had lead to an similar result as displayed by your application...

kuda1311 by Associate
  • 296 Views
  • 2 replies
  • 0 kudos

LPUART fail wakeup in STOP2

Hello, Using Modbus master and slave communication, where Modbus master working fine, I have issue with slave device communication. Using HAL_UARTEx_ReceiveToIdle_IT() for receiving modbus frame, and HAL_UART_Transmit_IT() to transmit response. Curre...

npatil15_0-1762921775853.png npatil15_1-1762921798795.png
npatil15 by Associate III
  • 126 Views
  • 7 replies
  • 0 kudos

ADC + DMA on STM32H753ZI

Hi All, I have a question regarding the validity of my implementation of ADC + DMA on the STM32H753ZI. I had quite a lot of trouble getting the HAL_ADC_ConvCpltCallback configured as void HAL_ADC_ConvCpltCallback(ADC_HandleTypeDef* hadc) { coun...

eskilru by Visitor
  • 33 Views
  • 1 replies
  • 0 kudos

Fix for STM32G0B1 USB MSC Bootloader

stm32-hotspot BOOTLOADER_USB_MSC_STM32G0 can be used as a good starting point for a USB MSC bootloader. The provided examples work, but if the application size increases, the bootloader will be erased, finally causing a hard fault.It took a me while ...

etik by Visitor
  • 62 Views
  • 1 replies
  • 0 kudos

STM32C0 rewrite flash without erase

Hey all,I'm trying to get embedded Lua (https://eluaproject.net/) running on an STM32C0 MCU. The implementation has a Write Once Filesystem that uses flash and can be appended to but not modified.The issue is that the WOFS relies on being able to wri...

rous by Associate
  • 122 Views
  • 5 replies
  • 2 kudos