Hi,
I've been using Teensy4.1 for a while. My most recent project requires more text space than available in ITCM, so I have to carefully place functions in ITCM space based on their frequency of use. This means I have a mix of functions some in external SPI flash and some in ITCM. Ideally, all my most frequently used functions would be in ITCM; plus there's the issue of veneer functions for cases when I am jumping between the two memory areas.
Assuming I have extra space (PSRAM) for logging results has anyone done any type of profiling (function counting or basic-block coverage) on Teensy4.1? If yes, any suggestions would be appreciated...
Tx
I've been using Teensy4.1 for a while. My most recent project requires more text space than available in ITCM, so I have to carefully place functions in ITCM space based on their frequency of use. This means I have a mix of functions some in external SPI flash and some in ITCM. Ideally, all my most frequently used functions would be in ITCM; plus there's the issue of veneer functions for cases when I am jumping between the two memory areas.
Assuming I have extra space (PSRAM) for logging results has anyone done any type of profiling (function counting or basic-block coverage) on Teensy4.1? If yes, any suggestions would be appreciated...
Tx