on a the board Rd-k344bmu i succesfully loaded the simulink project on the board but i cannot connect the board to freemaster. I loaded the hvbmu2_772c_read_s32ct just to be sure that i didn't have a problem with config. I made sure that COM3 is the port to use.
can someone please help me ?
Hello @yassinechamam,
First of all, I want to kindly ask you to please check if you have the latest version of the MBDT for BMS installed: MBDT for BMS 1.1.0 and MBDT for S32K3xx 1.4.2. You can check this in the thread mentioned here.
1. Please check that you have the USB 2 Serial cable connected to the board in the right direction, like in the image attached, highlighted in red.
2. Please make sure that while you power the board, you keep pressing the DBG button, highlighted in the image below.
3. Maybe something is wrong with the generated application and it is not running on your board as it should. So for this case, you can deploy the .elf file delivered with the toolbox. Unfortunately, once you generate the code, the delivered *.elf file project is overwritten. To faster check that the FM is working, please download the attached zip, and inside there is the .elf file attached for your use case. Please unzip the content and inside the archive, there is a .elf file alongside the FreeMaster project. To deploy the .elf file, please go to the Current Folder where you unzipped the archive and type the following command in the Command Window:
mbd_s32k3.nxp.download.jtag('k344bmu_772c_read_s32ct.elf', 'S32K344')
Hope this helps,
Marius