NRF52832提示下载失败问题
NRF52832使用官方例程无法下载程序
使用官方例程,提示Error: Flash Download failed – “Cortex-M4″,在属性Debug–>Settings–>Flash Download–>Programming Algorithm里修改无效。默认的flm路径如下:
C:\Users\hechen\AppData\Local\Arm\Packs\NordicSemiconductor\nRF_DeviceFamilyPack\8.40.3\Flash\nrf52xxx.flm
C:\Users\hechen\AppData\Local\Arm\Packs\NordicSemiconductor\nRF_DeviceFamilyPack\8.40.3\Flash\nrf52xxx_uicr.flm
简单替换为8.52.0的版本无效。
更换DeviceFamilyPack的版本,从8.40.3更新到8.52.0。并将Programming Algorithm里的nRF52xxx改为nRF52xxx softDevice Erase。