STM32 MCUs Embedded software

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

Resolved! Unable to get DMA transfer complete to trigger

I'm using TIM1 to write a DMA buffer to the built-in LED. I'm trying to get the Transfer Complete callback to trigger. I've tried setting hdma->XferCpltCallback to a function. I suspect there is an interrupt enable flag I need to set and probably cle...

mleo2 by Associate III
  • 1318 Views
  • 4 replies
  • 0 kudos

Resolved! Where are the HAL libraries documented?

I've just spent hours trying to get a DMA to trigger and interrupt when transfer is complete. I was using HAL_DMA_Start() instead of HAL_DMA_Start_IT(). I found HAL_DMA_Start_IT() by looking through the source code.Where are the HAL libraries documen...

mleo2 by Associate III
  • 833 Views
  • 3 replies
  • 3 kudos

Resolved! NUCLEO-STM32h7s3l8 & USB-HOST

Hello everyone. I recently purchased a Nucleo STM32H7S3L8 board, and it is giving me problems. I am using STM32CUBEIde to create a usb host and a CDC class. I am using the x-cube-tcpp module, USB_OTH_HS and the problem is that the usb host does not i...

Resolved! STM32U5A9 FDCAN Help

I am using a Riverdi STM32 Embedded Display RVT50HQSNWC00-B and having issues with the FDCAN bus. I am capable of writing to the TxFifo and can communicate with an external device in external loop back mode and normal mode. In external and Internal L...

Potential Bug in stm32fxx_STLstartup.c V2.2.0

Dear Community Members, While working on my current STM32F103 project and attempting to integrate the X-CUBE-CLASS-B Library, I've come across a potential issue in the file `stm32fxx_STLstartup.c`. Specifically, it concerns line 351:   351   if (STL_...

WWagner by Associate
  • 852 Views
  • 1 replies
  • 0 kudos

Nucleo STM32H743ZI Lan Interface does not work

Hello experts, what am I doing wrong? For days I have been trying to put the LAN interface of my STM32H743ZI board into operation. I just want to send a text to my PC and also be able to receive text from the PC. The board should be the server. Unfor...

0693W0000059NWcQAM.jpg 0693W0000059NWhQAM.jpg 0693W0000059NWmQAM.jpg 0693W0000059NWNQA2.jpg
HGumb.1 by Associate II
  • 1155 Views
  • 3 replies
  • 0 kudos

Custom Bootloader implementation on STM32L4S5

Hi,We are working on product based on STM32L4S5 based MCU. We implemented the bootloader which are able to boot from base address (binary image starting from base address 0x08022000). Current implementation doesn't have any validation.But due to secu...

usha by Associate
  • 739 Views
  • 3 replies
  • 0 kudos