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

How to handle left-aligned ADC data?

The STM32Cube API provides several helper macros for working with ADC data, including:__HAL_ADC_DIGITAL_SCALE(__ADC_RESOLUTION__)__HAL_ADC_CONVERT_DATA_RESOLUTION(__DATA__, __ADC_RESOLUTION_CURRENT__, __ADC_RESOLUTION_TARGET__)__HAL_ADC_CALC_DATA_TO_...

Resolved! SM32N6570-DK Camera Guide

Hello, I am following this guide:How to integrate TouchGFX and camera middleware on an STM32N6570-DK and seem to be getting an I2C1 undefined reference (below).  Is there something I need to change?  I have I2C2 enabled in my .ioc, but don't see anyt...

Custom external loader for STM32N655X0

Hi,I’m developing a custom external loader (.stldr) for an STM32N655X0 custom board to program external XSPI NOR flash using STM32CubeProgrammer via a J-Link interface (board does not have ST-LINK).I have the loader framework working partially:Init()...

ArunJohn by Associate II
  • 70 Views
  • 2 replies
  • 0 kudos

DMA configuration for SAI on STM32N6

I'm trying to get the SAI working on the NUCLEO-N657X0-Q but I'm not having any luck. I tried the interrupt API and I got it somewhat working but the supposedly non-blocking API seems to block on the first call to HAL_SAI_Transmit_IT. The DMA configu...

Zipper by Associate II
  • 47 Views
  • 0 replies
  • 0 kudos