ARMmbed / ble-examples

BLE demos using mbed OS 3 and yotta.
Apache License 2.0
24 stars 27 forks source link

Serial seems to crash app #76

Closed PeterKenyon closed 8 years ago

PeterKenyon commented 8 years ago

I tried the ble_heartrate and it works really well - great BUT I added one line and it crashes on a connection Serial dbg(p9, p11) This is on the mkit device

PeterKenyon commented 8 years ago

Interestingly RawSerial dbg(p9, NC) doesn't cause the same problem

ciarmcom commented 8 years ago

ARM Internal Ref: IOTSFW-2576

PeterKenyon commented 8 years ago

I'm wondering if this is the S110 issue - I will check again?

PeterKenyon commented 8 years ago

Yep using the S110 means that printf works as expected - possibly not recommended tho