User Activity

I have installed the STM32CubeIDE 1.12.0 from the STM32 official website onto my Arch Linux laptop but when i try to launch it, it closes and reports an error after the splash screen.I have searched on pacman (the arch package manager) for stm32cubei...
Hi i'm trying to get the LPUART (PA3, PA2) pins to communicate with my computer via the serial port, but i can't get anything to work. Here is what i'm trying to use at the moment...Sysclock Config:#pragma once   extern "C" void SystemClock_Config(vo...
Hi, i'm trying to use a single DMA channel to both read/write to the SDMMC. See here (https://community.st.com/s/question/0D50X00009XkWO5/getting-sdmmc-to-work-with-dma2-channel-4).When generating the SDMMC DMA configuration using cubeMX it results i...
I have setup the HAL_SD system to perform DMA transfers, the SD card can be read from but it fails to write.The program just hangs in a while loop waiting for WaitStatus to equal 1, but the interrupt that sets it to 1 is never called. It's running on...
Hi,I'm trying to sample data inside an ISR, write it to a buffer, and then write the data in the buffer to an SD card. The SD interface uses the SDMMC devices.It seems that when the ISR interrupts the SDMMC performing a write, the SDMMC errors and re...