After successfully building and running the bleuart example, I get the error "Program received signal SIGTRAP, nffs_restore_full (area_descs=0xfffff467)" with the placement of the error at repos/apache-mynewt-core/fs/nffs/src/nffs_restore.c:1308
1308 for (i = 0; area_descs[i].nad_length != 0; i++) {
This is my first time working with this example, but I'm assuming this is not the intended result.
After successfully building and running the bleuart example, I get the error "Program received signal SIGTRAP, nffs_restore_full (area_descs=0xfffff467)" with the placement of the error at repos/apache-mynewt-core/fs/nffs/src/nffs_restore.c:1308 1308 for (i = 0; area_descs[i].nad_length != 0; i++) {
This is my first time working with this example, but I'm assuming this is not the intended result.