STM32 MCUs Embedded software

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

Resolved! HAL UART Issues

Hi, I had to recently work on an application that makes use of the UART, and encountered some issues in the HAL (most recent version provided by CubeMX):1) Hal bug?Drivers/STM32G4xx_HAL_Driver/Src/stm32g4xx_hal_uart.c, Line 3825:3831if (!(IS_LPUART_I...

H753ZI - UsbX Device not recognized error

Hi,I'm having an issue implementing USB device composite functionality on my Nucleo-H753ZI board. I've been following the tutorial series at https://community.st.com/t5/stm32-mcus/how-to-implement-the-usb-device-composite-class-in-stm32-using/ta-p/64...

ugurtumer4_2-1743059172157.png ugurtumer4_0-1743059098096.png ugurtumer4_1-1743059126900.png ugurtumer4_3-1743059300672.png

Resolved! Need resources for STM32H563ZI nucleo board

I was recently working on STM32H563ZI nucleo board like connecting peripherals like LTE module, I2C sensors like MPU6050, LCD display, SPI modules like W25Q flash storage, USB  and some analog module like potentiometer. As per normal coding of indivi...

Shubham08 by Associate III
  • 151 Views
  • 2 replies
  • 1 kudos

Issues related to using NAND FLASH FMC

Hi everyone, I am approaching FMC with NAND FLASH memory and I am looking for tutorials or something like examples of testing. I have seen the built-in example from STM32 which is Fx_Nand_Write_Read_File, and have a question how to configure it with ...