User Activity

Here is the code:uint32_t AFE4490Read (uint8_t address){ uint32_t data = 0; uint8_t buf[3]; HAL_GPIO_WritePin(AFE_STE_GPIO_Port, AFE_STE_Pin, LOW);    // enable device HAL_SPI_Transmit(&hspi2, &address, 1, 1000);      // send address to device HAL_SP...