NimBLE-Arduino
NimBLE-Arduino copied to clipboard
IRAM configuration question
Hi,
Would it be possible to configure the use of IRAM code?
Currently the NimBLE is using a lot of IRAM functions, and it would be nice to be able to configure not to use that much. Maybe a FULL/MEDIUM/MINIMUM thingy.
I can see configuration for PSRAM usage if present, but nothing regarding IRAM, and very soon I end up with "ld.exe: IRAM0 segment data does not fit."
Maybe there is and I've missed it.
This library does not use IRAM unless you have enabled using memory pools. The functions that use this are from the upstream esp-nimble repo.