I am using NXP to provide S32KXX series BOOTLODER DEMO project debugging () unified_bootloader_framework) I am using S32K144, so NXP also provides a host computer software (ECUbus) to download the .BIN file generated by MCU compilation. During the debugging process, I found an ECUbus The problem is that I have some doubts,
The specific problem is: when downloading the .BIN (FLASH file) through the UDS 36 service, I found that the data length of each frame (in the 36 service frame) is 128, except for 36 01/02/03...etc. There are only 126 bytes, and as long as the FLASH programming starts with 128 bytes, it is not enough to fill OXFF. In this way, the last two bytes of some lines of FLASH are erased into OXFF every time. Therefore, I think whether the ECU bus can be made into 36 services to transmit data as 130 bytes as a frame.
The description is not clear, you can see my screenshot below