You are reading a single comment by @jbgagnon and its replies. Click here to read the full conversation.
  • bool jsfLoadBootCodeFromFlash(bool isReset) {
      // Load code in .boot0/1/2/3
      char filename[6] = ".bootX";
      for (int i=0;i<4;i++) {
    

    filename 6 no place for '\0' it's a bug ?

About

Avatar for jbgagnon @jbgagnon started