Skip to content
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

cpu/msp430: GPIO driver doesn't work properly #9419

Open
PeterKietzmann opened this issue Jun 26, 2018 · 2 comments
Open

cpu/msp430: GPIO driver doesn't work properly #9419

PeterKietzmann opened this issue Jun 26, 2018 · 2 comments
Assignees
Labels
Area: cpu Area: CPU/MCU ports Area: drivers Area: Device drivers Platform: MSP Platform: This PR/issue effects MSP-based platforms Type: bug The issue reports a bug / The PR fixes a bug (including spelling errors)

Comments

@PeterKietzmann
Copy link
Member

Description

While reviewing/testing #9367 I observed that our MSP430 GPIO driver does not work on all port/pin configurations. Yet, I don't have a complete list of combinations that do/don't work.

Steps to reproduce the issue

Take a Z1 or TelosB (or other MSP430 based?) board and flash tests/periph_gpio. Initialize pin 6 0 as output (init_out 6 0) and toggle this pin (toggle 6 0). Monitor the voltage of the pin with an Osci or logic analyzer or multimeter or LED or ......

Expected results

The pin should toggle with each toggle command on the shell.

Actual results

The pin won't toggle.

Versions

Operating system: Ubuntu 18.04
Build environment: msp430-gcc-4.6.3

@PeterKietzmann PeterKietzmann added Type: bug The issue reports a bug / The PR fixes a bug (including spelling errors) Platform: MSP Platform: This PR/issue effects MSP-based platforms Area: drivers Area: Device drivers labels Jun 26, 2018
@PeterKietzmann
Copy link
Member Author

@haukepetersen, @aabadie ideas?

@stale
Copy link

stale bot commented Aug 10, 2019

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. If you want me to ignore this issue, please mark it with the "State: don't stale" label. Thank you for your contributions.

@stale stale bot added the State: stale State: The issue / PR has no activity for >185 days label Aug 10, 2019
@PeterKietzmann PeterKietzmann added the State: don't stale State: Tell state-bot to ignore this issue label Aug 19, 2019
@stale stale bot removed the State: stale State: The issue / PR has no activity for >185 days label Aug 19, 2019
@aabadie aabadie removed the State: don't stale State: Tell state-bot to ignore this issue label Oct 8, 2019
@miri64 miri64 added this to the Release 2020.07 milestone Jul 2, 2020
@aabadie aabadie added the Area: cpu Area: CPU/MCU ports label May 20, 2021
@MrKevinWeiss MrKevinWeiss removed this from the Release 2021.07 milestone Jul 15, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Area: cpu Area: CPU/MCU ports Area: drivers Area: Device drivers Platform: MSP Platform: This PR/issue effects MSP-based platforms Type: bug The issue reports a bug / The PR fixes a bug (including spelling errors)
Projects
None yet
Development

No branches or pull requests

5 participants