taktijs wrote:Furthermore, it appears that there are more turbo maps. (see second picture) But for these maps the axis are missing. Does this mean the maps are not used? or am I looking in the wrong place?
I'm a beginner too, but I like the challenge, so I'm thinking out loud here as a sw engineer ..
[assume mode = on]
I had also asked myself whether there is some data in the bin that is not used.. I have not found a definitive answer yet, but I assume that if there is data in the bin, it is more likely to be used then not. OTOH, if some data is there it does not mean it is map or axis related hence you do not have to change it. How to know for sure? Experience I guess (I'm not stating that I have it).
Consider this: once the compiler produces bin from source, bin contains only the "required" code , one that is actually used and executed by the CPU - other code gets removed during the compilation optimization process. So if there is code/data in the bin that is unused it would be there because the programmer put it there intentionally to confuse people :?: There could be other reasons and methods, but that is out of scope..
AFAIK, many same maps might be "grouped" in the bin, without any axes. This means that they share the same axis data. Axes for these map are located somewhere else - as with the other map you located some time back.
[assume mode = off]
Good luck & remember: assumption is a mother of all fuckups ;) !