We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 55ebe56 commit 7ba9297Copy full SHA for 7ba9297
qt/err.cpp
@@ -48,7 +48,8 @@ static code_str_t err[] =
48
{ NP_ERR_LEN_NOT_ALIGN, "Data length is not page aligned" },
49
{ NP_ERR_LEN_EXCEEDED, "Data length exceeded chip size" },
50
{ NP_ERR_LEN_INVALID, "Wrong data length" },
51
- { NP_ERR_BBT_OVERFLOW, "Bad block table overflow" },
+ { NP_ERR_BBT_OVERFLOW, "Bad block table overflow. Probably some pins of "
52
+ "chip are not connected to the programmer" },
53
};
54
55
const char *errCode2str(long int code)
0 commit comments