Skip to content

Zigbee issue #235

@nyok92

Description

@nyok92

Hi @rbaron ,

I have bparasite units v2.0.0 with nrf52840.
I built BLE & Zigbee version with studio code / nrf connect extension. (SDK & toolchain are v2.7.)
Then flashed firmware with a STlinkv2/BMD probe.

The bparasite with ble zephyr.hex is running correctly.
The bparasite with zigbee code seems not working correctly :
Red led is flashing twice every 2/3 seconds.
Does someone got an idea of the issue here ?
Thanks anyway for all this work, and any advice :)


For help, type "help".
Type "apropos word" to search for commands related to "word".
(gdb) target extended-remote COM5
Remote debugging using COM5
(gdb) attach 1
Attaching to Remote target
Attaching to Remote target failed
(gdb) monitor swdp_scan
Target voltage: 3.24V
Available Targets:
No. Att Driver
 1      nRF52 M4
 2      nRF52 Access Port
(gdb) attach 1
Attaching to Remote target
warning: No executable has been specified and target does not support
determining executable automatically.  Try using the "file" command.
0x0000aedc in ?? ()
(gdb) set confirm off
(gdb) set mem inaccessible-by-default off
(gdb) file zephyr.hex
Reading symbols from zephyr.hex...
(No debugging symbols found in zephyr.hex)
(gdb) load
Loading section .sec1, size 0x10000 lma 0x0
Loading section .sec2, size 0x10000 lma 0x10000
Loading section .sec3, size 0x10000 lma 0x20000
Loading section .sec4, size 0x10000 lma 0x30000
Loading section .sec5, size 0x10000 lma 0x40000
Loading section .sec6, size 0x766c lma 0x50000
Start address 0x0000aedc, load size 357996
Transfer rate: 29 KB/sec, 964 bytes/write.
(gdb) monitor rtt
Target does not support this command.
(gdb) run
Starting program: C:\Users\nicolas\zephyr.hex

Program received signal SIGTRAP, Trace/breakpoint trap.
0x0000aedc in ?? ()
(gdb)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions