This post is older than 2 years and might not be relevant anymore
More Info: Consider searching for newer posts

Zigbee SDK on top of FreeRTOS

Hi

I'm trying to use nRF5 SDK for thread and Zigbee 3.2.0 on top of FreeRTOS 9.0 for a Zigbee coordinator.
Since I could not find any coordinator example on FreeRTOS, I started with adding the files etc as of
"Adding dynamic multiprotocol Zigbee support to BLE examples" and followed the init
"Zigbee Multi Sensor with FreeRTOS Example" to my current project, but ran in some issue
directly when calling ZB_INIT("zdo_zc");

I get the following output from zboss, via zb_osif_serial_put_bytes, after that I get stuck in hard fault.
Len:8 Data:0xdead0e0203000000
Len:8 Data:0x7a00820f00f8ff07

Any clues or ideas of what I missed?

Dev setup:
Win 10
gcc-arm-none-eabi-7-2018-q2
FreeRTOS 9.0
nRF5 SDK for thread and Zigbee 3.2.0
nRF52840-DK

libs:
nrf_radio_driver_softdevice.a
libzboss.a (debug version)
s140_nrf52_6.1.1_softdevice.hex

Defines
SOFTDEVICE_PRESENT
S140
RAAL_SOFTDEVICE=1
FREERTOS
ZB_TRACE_LEVEL=0
ZB_TRACE_MASK=0

Parents Reply Children
No Data
Related