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

Resolved! GPDMA Linked List in Secure code on STM32N6

Hi,The example for FSBL works as describedhttps://community.st.com/t5/stm32-mcus/how-to-configure-the-linked-list-mode-in-stm32cubemx/ta-p/693779But if the same approach is applied to Appli (Secure) code, the "User Setting Error" raised in DMA IRQ.I ...

ERROR by Senior
  • 599 Views
  • 5 replies
  • 1 kudos

How to use ADC with DMA on the STM32H7S78-DK

Hi everyone,I am currently trying to use the ADC with DMA on my STM32H7S78-DK. To do so, I am following this guide: https://community.st.com/t5/stm32-mcus/stm32h7r-s-how-to-configure-an-adc-dma-transfer-in-circular-mode/ta-p/737149. I've made little ...

VPguy by Associate II
  • 355 Views
  • 3 replies
  • 0 kudos

STM32F407 I2C ADDR bit not being set

Hi, Im using my own I2C library but after i write the device adress when i receive SB interrupt the adress bit never seems to be set to 1. I have tried testing it with HAL and it seems to work fine. I would be happy if someone could helpvoid I2C_Even...

How to drive the VD55G0 in N657B0

I want to use N657B0 to drive VD55G0, and the camera side can already enter the Stream state. After I use the function HAL_DCMIPP_CSI_PIPE_Start, I track the variable csi_instance through single-step debugging and find that several bits in its SR1 re...

eureka by Associate II
  • 323 Views
  • 1 replies
  • 0 kudos

ROM Bootloader Get Checksum command fails

STM32G473 via SPI I have most of the other commands working, but the Get Checksum command (0xA1) fails to return an ACK when I send the CRC init value. I am using the default CRC configuration:#define DEFAULT_CRC32_POLY 0x04C11DB7U#define DEFAULT_CRC...

JBill.10 by Associate II
  • 218 Views
  • 2 replies
  • 0 kudos