NimBLE-Arduino icon indicating copy to clipboard operation
NimBLE-Arduino copied to clipboard

IRAM configuration question

Open pabloandresm opened this issue 2 years ago • 1 comments

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.

pabloandresm avatar Apr 20 '23 14:04 pabloandresm

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.

h2zero avatar May 14 '23 19:05 h2zero