SBA PLC self test cases are non-BE between normal and DEBUGGING builds
### Basic info - Commit SHA: 1b307622175297cf3abcc6eeb0cc1538d177d26a - Platform: At least Linux ### Bug description Running the self-test with DEBUGGING enabled seems to produce diff for two SBA PLC test cases ``` FAILED tests/codec_be_on_mr_nonselection/test_sba.py::test_sba_plc_system[0-48-PLperc12mblen5-stvFOA-0-32000] - Failed: Non-BE - MAX_ABS_DIFF: 12385 FAILED tests/codec_be_on_mr_nonselection/test_sba.py::test_sba_plc_system[0-48-PLperc12mblen5-stvFOA-1-64000] - Failed: Non-BE - MAX_ABS_DIFF: 11 ``` ### Ways to reproduce Run pytest for self-test folder ``` # Create reference binaries pytest tests/codec_be_on_mr_nonselection -v --update_ref 1 # Enable DEBUGGING and create new binaries pytest tests/codec_be_on_mr_nonselection -v --update_ref 0 ``` <!--- Below are labels that will be added but are not shown in description. This is a template to help fill them. Add further information to the first row and remove and add labels as necessary. -->
issue