User Activity

Hi,As I understand, the STM32F413 MCU doesn't have dual-bank architecture, but I'm still able to perform read-while-write (RWW) operations without causing the CPU to stall.I have a little experience of working with the chips that don't have an intern...
Hi all,Have switched to the CubeIDE from Atollic. I'm curious about the absence of the startup script (the one with gdb commands) in the CubeIDE. In my project I got a bootloader at the FLASH start and before debugging in Atollic I place these gdb co...
Hello everyone!Got lis3dh and lps22hb on the custom board with F411 MCU. Use FIFO modes with both sensors. After getting interrupt on INT1 (lis3dh) and DRDY (lps22hb) pins MCU executes samples reading using DMA. Also got mutex for handling SPI bus ac...