Announcement

Collapse
No announcement yet.

CSL '0401' Program Binary Disassembly Notes

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    Continuing on with the MAP sensor work. I'll write this up properly and put it in the MAP sensor wiki, but for now here's the disassembled code listing. This is the function that takes the raw MAP sensor AD values from the ring buffer and calculates MAP pressure and manifold vacuum pressure.

    It really would be very nice to have the actual parameter/variable names, but you'll have to suffer through my made up names (identified as all lowercase) :-)

    Key things of note:
    - The code loops through the ring buffer every time it runs and pulls and averages a number of valid samples (by default it's actually only 1 valid value that it samples).
    - It then takes the raw value and offsets it and scales it according to the MAP scaler and offset parameters that have been known for some time.
    - Manifold vacuum pressure is calculated as P_UMG (ambient pressure from the on-DME pressure sensor) minus MAP pressure.
    - The function runs in both the segment task and the 10ms task.


    Click image for larger version

Name:	Screenshot 2025-04-04 at 7.48.16 AM.png
Views:	27
Size:	157.7 KB
ID:	300283
    Click image for larger version

Name:	Screenshot 2025-04-04 at 7.48.27 AM.png
Views:	22
Size:	190.6 KB
ID:	300284
    2005 ///M3 SMG Coupe Silbergrau Metallic/CSL bucket seats
    Build Thread:
    https://nam3forum.com/forums/forum/m...e46-m3-journal

    Comment

    Working...
    X