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.
E_S_0-1643206129187.png
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:
E_S_1-1643206266153.png
E_S_2-1643206310374.png
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:
E_S_3-1643206758160.png
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