User Activity

Hello,I have a custom board with a STM32L010C6 MCU, which periodically reads 3 bytes (24 bit array) from an external component through SPI.I only need SCLK and MISO since the frame resets using a timeout.I configured the SPI as Only-Receiving Master,...
Hello,I am working on a sensor device acting as a SPI slave with transmit only and without chip select signal. I am using a STM32G070 microcontroller.I configured 4 bytes transmissions using DMA. The problem I have is that the external master can per...