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 !!!!!!
I am reading it through max3232 . Connection was done through jumper cable.Baud Rate is 9600, Word length is 8 bit with non parity bit, Stop bit is 1, I am using HSI with x12 PLL,sysclk is 48MHz.I did not observed waveforms yet...