UART communication with HAL , issue in sending or receiving long data .STM32f103c8
char test[10]="beforeAT\n"; char ATcommand[100]; uint8_t ATisOK = 0; .......................................................... (Other required HAL initiallisation code etc,. i couldn't add due to limit in posting on ST forum.) int main () { whi...