Posted on February 27, 2018 at 11:41Hi!When I called assert() funtion, it always reported an error as followed. I had included the head file named assert.h. #error cpstm8 modbus\rtu\mbrtu.c:168(4) missing prototype #error cpstm8 modbus\rtu\mbrtu...
Posted on February 28, 2018 at 10:01Thanks for the reply!It has taken me too much time.....So I have given it up....TTFinally, I removed the inline keyword to solve inline issue, and removed assert.h and redefined assert() macro to solve missing pro...
Posted on November 10, 2017 at 09:14Hi! I met this bug. It took me much time to find the SD_initialize bug:((, but what's worse, i met other problem. When it ran to f_open() function, I met FR_DISK_ERR.I have 'park' here for almost two days. Anyone...