Skip to content

ieee802154: Configuration for CC2520 is not working #15070

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
finikorg opened this issue Apr 1, 2019 · 1 comment
Closed

ieee802154: Configuration for CC2520 is not working #15070

finikorg opened this issue Apr 1, 2019 · 1 comment
Assignees
Labels
area: Devicetree area: Networking bug The issue is a bug, or the PR is fixing a bug priority: low Low impact/importance bug

Comments

@finikorg
Copy link
Collaborator

finikorg commented Apr 1, 2019

When enabling CC2520 configuration I have error in cc2520_init() function

net/sockets/echo_server + -DOVERLAY_CONFIG=overlay-cc2520.conf

[00:00:00.000,000] <dbg> ieee802154_cc2520.configure_spi: SPI GPIO CS configured on GPIO_0:11
[00:00:00.010,000] <dbg> ieee802154_cc2520.cc2520_init: GPIO and SPI configured
[00:00:00.030,000] <err> ieee802154_cc2520: Configuring CC2520 failed

wpanusb + -DOVERLAY_CONFIG=overlay-cc2520.conf

[00:00:00.000,000] <dbg> ieee802154_cc2520.configure_spi: SPI GPIO CS configured on GPIO_0:11
[00:00:00.000,000] <dbg> ieee802154_cc2520.cc2520_init: GPIO and SPI configured
[00:00:00.010,000] <err> ieee802154_cc2520: Configuring CC2520 failed
[00:00:00.020,000] <inf> wpanusb: Starting wpanusb
[00:00:00.020,000] <err> wpanusb: Cannot get IEEE802.15.4 device
@finikorg finikorg added the bug The issue is a bug, or the PR is fixing a bug label Apr 1, 2019
@finikorg
Copy link
Collaborator Author

finikorg commented Apr 1, 2019

Reverting commit 25d17db fixes the issue

@nashif nashif added priority: medium Medium impact/importance bug area: Networking area: Devicetree priority: low Low impact/importance bug and removed priority: medium Medium impact/importance bug labels Apr 2, 2019
finikorg added a commit to finikorg/zephyr that referenced this issue Apr 10, 2019
Fixes broken CC2520 on quark_se_c1000_devboard configuration after
commit 25d17db.

Fixes zephyrproject-rtos#15070

Signed-off-by: Andrei Emeltchenko <[email protected]>
nashif pushed a commit that referenced this issue Apr 11, 2019
Fixes broken CC2520 on quark_se_c1000_devboard configuration after
commit 25d17db.

Fixes #15070

Signed-off-by: Andrei Emeltchenko <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area: Devicetree area: Networking bug The issue is a bug, or the PR is fixing a bug priority: low Low impact/importance bug
Projects
None yet
Development

No branches or pull requests

3 participants