lancaster-university / codal-microbit-v2

CODAL target for the micro:bit v2.x series of devices
MIT License
43 stars 52 forks source link

relocate vtor to 0x0 -> 0x20002200 0x20002200 #305

Closed crisgplj closed 1 year ago

crisgplj commented 1 year ago

Sometimes Putty notify relocate vtor to 0x0 -> 0x20002200 0x20002200

I dont know what happens, thanks!

microbit-carlos commented 1 year ago

Hi @crisgplj,

That's because the debug messages were turned on by default: https://github.com/lancaster-university/microbit-v2-samples/blob/v0.2.12/codal.json#L11-L13

If you remove those lines from codal.json, or pull the latest updates from https://github.com/lancaster-university/microbit-v2-samples (as the change has been made recently in https://github.com/lancaster-university/microbit-v2-samples/commit/6e03c78a26e1fb710e009e3fb67608cf51322f22), it should no longer print those messages to the serial.

crisgplj commented 1 year ago

Oh thanks you!

microbit-carlos commented 1 year ago

You're welcomed! I'll close this as resolved, but don't hesitate to ask if you have any other questions 👍