• Croquette@sh.itjust.works
    link
    fedilink
    arrow-up
    10
    ·
    9 months ago

    Working with Nordic Semi Bluetooth Stack was like that when working with it a few years ago. If you reach a breakpoint while the Bluetooth stack was running, it would crash the program.

    So printf to dump data while it ran and only break when absolutely necessary.

      • Croquette@sh.itjust.works
        link
        fedilink
        arrow-up
        1
        ·
        9 months ago

        Yeah. I mostly code in C because the tools come natively in C. I also do python and C# to create tools for my embedded projects.