STM32 MCUs Products

Ask questions, find answers, and share insights on STM32 products and their technical features.

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

STM32H5 GPDMA Linked list example without HAL

I am trying to implement a GPDMA driver in a C project that does not use HAL, and have been really struggling to get something working. I have read everything I can find on this peripheral, multiple times, and still don't quite understand how one wou...

tbennett_0-1746647568608.png
tbennett by Associate
  • 186 Views
  • 1 replies
  • 0 kudos

Resolved! Writing to QSPI Memory Mapped Mode

I am trying to debug some functions to write to the memory mapped QSPI. When I go to debug it, I notice that before any functions even run the QPSI is in HAL_QSPI_STATE_ERROR, therefore I cannot test my code to see if is running because it is depende...

Priyank by Senior
  • 267 Views
  • 5 replies
  • 0 kudos

RTC Calibration

I have selected the RTC calibration as 512Hz. Will I be able to perform RTC smooth calibration if my frequency obtained on the RTC calib pin is beyond the range 511.75Hz - 512.25Hz. How do I calibrate the RTC beyond this range ??  

J_Thomas by Associate II
  • 223 Views
  • 3 replies
  • 1 kudos

Resolved! HAL_FLASH_Program does not support programming bank 2

When trying to program the STM32L4P5RE, I get an assertion failure when trying to program the second bank like this:HAL_FLASH_Program(FLASH_TYPEPROGRAM_DOUBLEWORD, address, data)This call fails if my address is in the second bank `0x08080000`.  Looki...

Resolved! STM32N6 H264 Video Encoder ASIC datasheet / manual

Hello folks,I am investigating the Video Encoder on the STM32N6 and have been working through the reference project (VENC_SDCard_ThreadX).The user manual (RM0486) is very vague on detailing the Video Encoder, and lists over 100 pages of registers whi...

exarian_0-1745948663250.png
exarian by Associate III
  • 285 Views
  • 2 replies
  • 0 kudos

Resolved! CAN communication not working F407 with G431

I have two Nucleo boards that are connected with a CAN bus (Transceiver SN65HVD230). I would like to communicate with standard CAN, eight data bytes, data rate 50000 bit/s. For the F407 all TX & RX events are triggering (reused old working code) the ...

CubeMX_F407.PNG CubeMX_G431.PNG

Resolved! STM32U575: Understanding RCC::CSR reset bits

I'm trying to understand how the CSR register works. I though initially that the various reset reason bits are mutually exclusive. That turns out not to be the case. For example, I'm seeing SFTRSTF and PINRSTF together, and also BORRSTF with PINRSTF....

USB Audio class

Hi,I am using nucleo-l476RG board.I am new to USB audio, I am trying to create USB Audio class (Speaker/MIC) using HAL. I am sucessfully able to create a node for speaker and MIC in my laptop. But unable to send and receive the data over USB. Can any...