User Activity

Hi there everyone,I want to use SPI to communicate with an IMU, but I am having trouble communicating with any SPI devices. This is how my SPI is set. This is a snippet of my simple SPI test code./* USER CODE BEGIN 2 */ for (uint8_t i = 0;i<100;...
Hi everyone,I am starting using the STM32 to store data on MicroSD card over the SDMMC port. My board is a NUCLEO-L476RG. CubeIDE version is 1.6.1 and CubeMX is 6.2.1.My MicroSD card is a basic 2GB model, it works perfectly well when connected throug...