User Activity

 Hi Everyone,I am attempting to communicate with the L3GD20 sensor via SPI communication using the STM32F411VET Board.Here is my code: #include "main.h"#include <stdio.h>#include <string.h> /* USER CODE BEGIN PD */#define L3GD20_CS_PIN GPIO_PIN_3#def...