SW32R41_AZ_2.7.2_0.9.0_D2208__User_Manual.pdf.
4 How to Run and Debug an Application.
It only show how to Flash and Run the Application via Lauterbach TRACE32.
I don't have the Lauterbach, what I have is only a S32 Debugger.
I tried to flash and dubbug a Zephyr application elf or bin via S32 Debugger.
But when I download the elf file into S32R41 ram, the UART show:
*** Booting Zephyr OS build 40efdf68e768 ***
And then it pause and cannot proceed.
When I click the Resume button in S32 Design Studio 3.5, it only stop in the line:
0000000033c011b4: hlt #0x0
So, how to debug a zephyr APP elf via S32 debugegr?
And how to flash a zephyr APP bin into the flash and run it?