Thanks to visit codestin.com
Credit goes to github.com

Skip to content

#defines for the NRF chip + core are likely wrong for the Series::Nrf53 series #77

@ivmarkov

Description

@ivmarkov

Found this by accident while implementing the nrf-802154-sys bindings to the 802.15.4 NRF radio driver here.
Unlike the nrf-mpls-sys and the nrf-sdc-sys bindings, these ones need to be compiled from C source code as the driver is open source.

The compilation failed, because I was defining -DNRF5340_XXAA -DNRF_NETWORK, while for that chip, it seems to be required to be -DNRF5340_XXAA_NETWORK (i.e. a single define arg).

By the way, for the dual-core chips, we sometimes define the core to be the application one, and sometimes the network one. Why so?

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