No, I never tried using nim strings or anything involving heap storage at all.
Most of the embedded systems I have worked on never had such luxuries anyway, so I instinctively declared all my variables statically and had no such problems... Here are the nim flags I used, just in case they are relevant (but I don't claim to understand them all): > \--os:standalone| > ---|--- > \--cpu:arm| > \--gc:stack| > \--define:StandaloneHeapSize=32| > \--checks:off| > \--define:release| > \--noCppExceptions|
