Bhura Malik

Results 2 issues of Bhura Malik

`struct ONE{ char one[1]; char two[2]; }one_s; struct Two{ char one[1]; char two[2]; }two_s; struct THREE{ char one[1]; char two[2]; }three_s; //calling .. fir fun HAL_UART_Receive_IT(&huart1,(uint8_t *)one_s.one,sizeof(one_s)); osDelay(10); //calling .....

Sir i am using RTD2660 handmade board and run led blinking program last time now i am using your source code and do some modification in respect of my board...