hi ,may i know how u did comunication establishment betweenn 2 nuclueo -wl55jc2 boards and transmited recived between them??? iwant detailed information can we use cube ide for this or cube mx only we need ??
void HAL_SPI_RxCpltCallback (SPI_HandleTypeDef * hspi){ // Set CS pin to high and raise flag // HAL_GPIO_WritePin(GPIOB, GPIO_PIN_6, GPIO_PIN_SET); //HAL_GPIO_WritePin(GPIOA, GPIO_PIN_5, GPIO_PIN_SET); //memset(rx_buffer,0,sizeof(rx_buffer)); if(rx_b...