This thread has been locked.
If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.
unsigned long TempData;
TempData=2049u*64u;
为什么 TempData=0x40 ; 而不是 TempData=0x0x20040 ; 好像只取低16位
用的那款芯片啊,检查下是不是超出范围了