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.

CC2530的flash写函数HalFlashWrite(uint16 addr, uint8 *buf, uint16 cnt)使用问题

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