User Activity

Hi, I'm looking for a way to test my cpp module using google tests. It uses a RNG, CRC, and UART, and i want to add unit tests and mock tests for this module. I followed several guides but with no luck so far. I cloned google testing repository and c...
Hey, I have STM32F746ZG board and want to start a project using freeRTOS in VisualStudioCode environment. So far I've used stm32cube extension in VScode and imported the project, but the are lot of variables and functions which are not defined ( bad ...
Hello,I'm trying to send a message from slave to master using spi (I'm using only one stm board) and so far nothing I tried has worked. AFAIK for the slave to send data to master, the master has to initiate communication first by sending clock signal...
Hi, I'm using stm32f746zg board, and I need to send message from spi1(full duplex master ) peripheral to spi2( full duplex slave) peripheral (on the same board) and then back to spi1. Also i want to use interrupts/DMA.1) If the message length is unkn...