Ask questions, find answers, and share insights on STM32 products and their technical features.
Hello,I've faced some problems with setting up and sending data for STM32L496 Serial Audio Interface (I2S) using HAL functions from the PACK. Could you recommend some software examples or a sequence of actions? Thanks,Alex
I am attempting to configure the quad spi peripheral on an stm32f469 microcontroller.The address space for the QSPI starts at 0xa0001000.However, the address space from 0xa0001000 to 0xbfffffff is inaccessible. Attempting to read or write to these r...
I am having a code for the target device stm32l476rg and now i need to port the code to stm32f072. Is it possible to migrate. if yes how is it possible . I saw both are pin to pin compatible so no need of hardware changes.
Context: Using STM3Cube. STM2L431CC. (256KB flash, single bank)I have RAM code that successfully erase and program page 64 to 72. The same ram-code is then used to program page 0..8.The problem it fails to erase any page in range 0..63.No interrupts ...
Hi all,I am using SPI protocol on STM32H7 for interfacing with external ADC . STM32H7 is acting as master and ADC as slave . SPI clock i am using is at 40 Mhz. spi clock is getting disabled after 25-30 clock cycles. i want continuous clock for this ...
Hello, I'm using STM32F030R8 Nucleo board to read unitialized data from sram (for sram puf purpose). I'm using Standby mode to repeatedly reset the board. It is woken up by RTC alarm. The problem is that the data I receive after reset are always init...
I am trying to make a project to use spi with dma to transmit and receiveeverything seems fine in "HAL_SPI_TransmitReceive_DMA" and HAL_OK returns but the code in "HAL_SPI_TxRxCpltCallback" is not reached