//while (1)
//{
// if (TimeOut == 0) return FALSE;
// if (UartReceived)
// {
// if ((RxBuffer[0] == 0x04) && (RxBuffer[1] == 'T')) break;
// return FALSE;
// }
//}
// Download completed
return TRUE;
}
char code DEMO[256] =
{
0x80,0x00,0x75,0xB2,0xFF,0x75,0xB1,0x00,0x05,0xB0,0x11,0x0E,0x80,0xFA,0xD8,0xFE,
0xD9,0xFC,0x22,
};
Note: If user needs to set different working frequencies, please refer to the example codes in chapters 7.3.7 and 7.3.8.