adafruit / Adafruit_Mynewt

Apache Mynewt documentation and test project for the nRF5x family of BLE SoCs
MIT License
8 stars 3 forks source link

Bleuart example receiving SIGTRAP when running for the first time on nRF52840 #35

Open hmcashan13 opened 6 years ago

hmcashan13 commented 6 years ago

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.