Re: Blinky on nRF52 DEV via Black Magic Probe: SIGSEGV in os_pkg_init

2017-06-20 Thread Peter Jones
Marcos Scheeren writes: > Back in February (about Feb 21, if you dig under the mailing lists > archives) I ran into some issues trying to flash a NRF5182xxAA 16KB > RAM with a Black Magic Probe.. > > I only got it running after some binary file tweaking with >

Re: Blinky on nRF52 DEV via Black Magic Probe: SIGSEGV in os_pkg_init

2017-06-20 Thread Peter Jones
Christopher Collins writes: >> Program received signal SIGSEGV, Segmentation fault. >> os_pkg_init () at repos/apache-mynewt-core/kernel/os/src/os.c:223 >> >> >> I stepped through the code and I end up inside `os_start' which appears >> to only have `assert(0)' as its

Re: Blinky on nRF52 DEV via Black Magic Probe: SIGSEGV in os_pkg_init

2017-06-16 Thread Christopher Collins
Hi Peter, On Fri, Jun 16, 2017 at 04:10:52PM -0700, Peter Jones wrote: > It's very likely that I'm doing something wrong so I'm reaching out for > help. All I want to do right now is to get Blinky working on an nRF52. > > I followed the tutorial and built the boot loader and blinky. I then >

Blinky on nRF52 DEV via Black Magic Probe: SIGSEGV in os_pkg_init

2017-06-16 Thread Peter Jones
It's very likely that I'm doing something wrong so I'm reaching out for help. All I want to do right now is to get Blinky working on an nRF52. I followed the tutorial and built the boot loader and blinky. I then created an image so the boot loader would be happy about the magic number. I used