Ask questions, find answers, and share insights on STM32 products and their technical features.
When I run this code, the value stored in colourBuf[0] changes after the for loop at line 73 completes. The colour0 value doesn't change. Debugging in STM32 Cube IDE./* * LED_control.c - Version 2. * * Created on: 21 June 2022 * Author: ...
Hi everyone,I can not get SPI using the DMA to work. The MOSI line stays zero all the time. The result is the same using my own and also the example code provided with the firmware package for the MCU (STM32CubeL5\Projects\NUCLEO-L552ZE-Q\Examples\SP...
I am stuck trying to get the STM32L552E-EV evaluation board running with SPI using the DMA. Neither the mentioned example (STM32CubeL5\Projects\NUCLEO-L552ZE-Q\Examples\SPI\SPI_FullDuplex_ComDMA_Master) nor the code created via the wizard, nor my own...
hi there,I am using OTA in freertos, when I used it on bare controller it work properly but As I shifted to freertos, Application code stuck. i search on google, this is beacuse of interrupt.so I disable all interrupt, Then reset handler executed and...
I am currently trying to read the data in flash memory after waking up using rtcalarm in standby mode.However, waking up via rtcalarm in standby mode works normally, but I feel like the code is starting all over again.Is there a way to execute the re...
Hello I am using nucleo G031K8 with STM32 cube ide and I am trying to initialize the SPI1 peripheral with registers.Here is my init code and the corresponding wrong registers. The RCC and GPIO registers are fine. Only SPI1 registers are wrongHow can ...
Hi Team,I have a scenario where I am operating the SAI1_A peripheral in the Nucleo-L552ZEQ . The device is configured to be in asynchronous slave mode. The master device generates the SAI_FS, SAI_SCK and the SAI_SD signals. Could you please clarify o...