Hello,
I have a MCSXTE2BK142 board. I am able to program it with the MBDT over the serial connection afer I flashed the S32K142_S32DS_UART0_CAN0.rbf file.
I want to use the example project "BLDC_ClosedLoop". I sucessfully connected the board in Freemaster with the Connection Wizard over the serial connection with a baud rate of 115200. But I am not able to control the Board. Maybe this is because there are missing symbol definitions.

According to this Answer there is no TSA available, so the definitions are missing. But the .elf file of the project does not contain any symbol:


Because there are no symbol definitions, I am not able to control anything. Additionally I can not look up any measurements (e.g. hall sensor state) of the board.
Can you help me here?
Furthermore I am not able to use the external mode in the "BLDC_ClosedLoop" project. If I set up everything and disable the Freemaster Configuration and Recorder, while building ("Build for monitoring") I get this error:

Is it not common to use the board in external mode so that you can control and debug the board from Matlab? What is my error here?
Thank you