User Activity

I try to setup a SPI COmmunication to do some "cross-communication" for Safety Reasons.So in my test setup, i read characters from UART, send them via SPI to the Slave, the Slave logs them via UART and ackknowledges them through sending an "39".Sendi...
Hello,I'm measuring Channel AN11 (Pin PB10) and the internal Temperature of the CPU of my STM32G071RB Nucleoboard via DMA. DMA is necessary, because later on the project will scale a lot. I really hope, someone has a good solution for this. When chan...
Hello,I want to transfer my ADC Data, which is transfered with DMA, over UART to a host.  /* USER CODE BEGIN Header */ /** ****************************************************************************** * @file : main.c * @brief ...