2022-09-27 07:23 AM
Hi,
Every time I attempt to flash the BLE wireless stack to the chip or I try to perform a mass erase I receive the same error and the USB dongle disconnects.
FYI - I have successfully been able to upgrade the FUS version with no issue:
I attach the logs for both the Wireless stack fail and the chip mass erase fails.
Not sure how to export the options byte (incase they are useful information here) so some guidance on that would be appreciate also.
Thanks very much!
Solved! Go to Solution.
2022-09-28 06:27 AM
Reading the log file, it is clear that you did not use the right load address as the CPU tried to erase protected sectors, starting from 0x080F4000, where the FUS is located.
So take a few more margin, I would say, 8 sectors less. This means loading the wireless stack at 0x080C7000 to avoid this issue.
2022-09-27 09:17 AM
Hard to read the log when there is too much information.
Please use the lower verbosity level 1.
Regarding the option bytes, just do a screen shot of the secure ones. That should be enough.
2022-09-28 01:11 AM
2022-09-28 06:27 AM
Reading the log file, it is clear that you did not use the right load address as the CPU tried to erase protected sectors, starting from 0x080F4000, where the FUS is located.
So take a few more margin, I would say, 8 sectors less. This means loading the wireless stack at 0x080C7000 to avoid this issue.
2022-09-28 07:45 AM
Thank you very much! This seems to have fixed my issue.
Does this solution mean that the address given in the documentation (release notes) is just wrong? This is what I was working off of:
Device info:
2022-09-28 07:54 AM
En effet c'est étrange. quelle est la version de WB FW package utilisez vous? V1.13.x ou v1.14.0?
2022-09-28 08:02 AM
Apologies, it seems I was reading the V1.14 notes but trying to flash the V1.13 binaries. Thanks very much for your help I think this is closed now :)