Hello , I am trying to read address from GP30 using spi as an interface between stm32l476RC and to transfer it to pc via UART, there is no errors , i have reversed the programmer using Cube Programme but I am not able to see data sent .please help
int main(void){ /* USER CODE BEGIN 1 */ uint8_t read_opcode ; uint8_t read_addr ; uint8_t Result_read = 0x00; uint8_t Result_read_buff=0x00; char*commande; commande = (unsigned char *) 0x5A; /* USER CODE END 1 */ /* MCU Configuration-----------...