Forum Rule: Always post complete source code & details to reproduce any issue!
-
Initializing Variables in PSRAM from Audio Library Files?
Hi all,
I'm writing some custom audio library objects for my teensy 4.1 + PSRAM IC, and I was wondering if there's a way to initialize variables (a 2D array in my case) into the PSRAM from the audio library .cpp/.h files themselves?
I've tried EXTMEM, but (I guess fairly obviously lol) that doesn't work. Any other ideas? My worst case scenario is a workaround involving pointers, which isn't that bad and tbh would be a good learning experience, but curious to know if anyone's aware of another a way to do it
Thanks!!
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules