HalFlashWrite(uint16 addr, uint8 *buf, uint16 cnt)中buf的类型是无符号字符型的,可是我的程序中要存储有符号整型的,调用时就除了问题,我该怎么解决呢
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.
HalFlashWrite(uint16 addr, uint8 *buf, uint16 cnt)中buf的类型是无符号字符型的,可是我的程序中要存储有符号整型的,调用时就除了问题,我该怎么解决呢