cpu/msp430: GPIO driver doesn't work properly #9419
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)
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
The text was updated successfully, but these errors were encountered: