Skip to content

DigitalOut Stops working after toggle on MOTE_L152RC #4354

@snelson-senet

Description

@snelson-senet

Description

  • Type: Bug

Bug

DigitalOut interface is broken. In my case, controlling LEDs stops working. I do not see this failure when I switch to an mbed-os revision using mbed library version <= 134

Sample code:
DigitalOut RedLed(LED1);

// LED is active Low
RedLed = 0 ; // This works (LED ON)
RedLed = 1; // This works (LED OFF)
RedLed = 0; // Now broken, LED remains OFF forever

Target
MOTE_L152RC

Toolchain:
GCC_ARM

Toolchain version:
5.4-2016q3

mbed-cli version:
1.1.1

mbed-os sha:
8921974 Merge pull request #4278 from ARMmbed/release-candidate

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions