Search results

  1. I

    Very high code RAM usage

    you are correct of course. It was defaulting to gnu++14. All issues resolved. I can now compile with the SMALLEST_CODE option, and USB is working correctly! Thank you everyone!
  2. I

    Very high code RAM usage

    Himm. Can't seem to build, I've tried adding the following into platformio.ini in order to update to the new framework: platform_packages = platformio/framework-arduinoteensy@^1.159.0 platformio/toolchain-gccarmnoneeabi-teensy@^1.110301.0 platformio/tool-teensy@^1.159.0 and...
  3. I

    Very high code RAM usage

    Thanks Paul, for caring about your products. I see that I'm on 1.58, so that is likely the issue. I'll figure out how to update it.
  4. I

    Very high code RAM usage

    Thanks for your replay @jmarsh. The FLASHMEM seems to cause section type conflicts between global methods and class methods. Not sure how to resolve this... only when the global method is also in FLASHMEM. I think that if I am able to solve the USB issues, I'll be OK... but I'm not really sure...
  5. I

    Very high code RAM usage

    I'd like to pick up on this. I'm building a synth, using classful programming. My understanding is that the FLASHMEM attribute does not work with class methods unless they are static. I have a little over 22K remaining for variables in RAM1. Adding one line of code, then pushes the padding...
Back
Top