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.

关于hal_flash的使用问题

Other Parts Discussed in Thread: CC2541

void HalFlashWrite(uint16 addr, uint8 *buf, uint16 cnt);和void HalFlashRead(uint8 pg, uint16 offset, uint8 *buf, uint16 cnt),请问这两个函数中read函数的pg的范围是0-128随便都可以读吗?有没有什么限制,那个offset是怎么用的?写函数中的addr的范围是多少?我用的是cc2541 256k的芯片