User Activity

In my application I need to design a multi purpose digital input which can operate in 3 modesON/OFF detectionFrequency measurement andPulse CountingI can do the last 2 using HW Timers in Input Capture mode and configuring it for both edges. In the al...
Hi guys I have set up my STM32 as an SPI full duplex slave device. All SPI communication happens through DMA. The Master device is a Beaglebone Black communicating over linux spidev driver. The problem I am facing now is if the master sends multiple ...
I am using STM32G071RBTx on our custom boards. The controller is connected to a Beaglebone Black over SPI. The STM32 controller is working as an SPI slave and the Beaglebone as the master. There are not CS lines defined for the communication. FreeRTO...