User Activity

 sprintf(buffer,"Hello\r\n");  len=strlen(buffer);  HAL_UART_Transmit(&huart1,(uint8_t *)buffer,strlen(buffer), 0xFFFF);  HAL_Delay(100); // just in case required delay is given2. ch=83;   HAL_UART_Transmit(&huart1, &ch...
I am using the cube version 4.20.1STM32Cube V1.0When i am using new latest Cube IDE in that this board is not showing in the listKindly suggest which IDE will have this board compatibility !!!!!!