Hello,
I am currently working in the field of Battery Management Systems (BMS).
I have purchased the RD33772C14VEVM board and am currently waiting for it to be delivered. In the meantime, I am testing whether the example models provided with MBDT for BMS 1.2.0 can run correctly before I receive the hardware.
I have installed all three required packages:
- MBDT 1.4.0
- MBDT for BMS 1.2.0
- Embedded Coder Support Package for ARM Cortex-M Processors
Before opening the model, I executed the two MATLAB scripts:
- mbd_s32k3_path.m
- mbd_bms_path.m
After that, I opened the model.
When I tried to run the model for the first time, I encountered the error shown in the attached screenshot. Please note that this error occurs when simply running/opening the model, not during the build process.

.It seemed to be related to a data type conversion issue, so I changed the setting labeled "Bus: ~" to "Inherit" and clicked Apply.

I then tried running the model again, but this time I encountered a different error.

After asking ChatGPT for assistance, I was told that the issue might be related to the data dictionary (.sldd) file, specifically that certain elements appeared to have a size of 0. Following the suggested path, I checked the data dictionary and found that it was indeed empty.

I have already tried the following troubleshooting steps:
Reinstalling MBDT for BMS 1.2.0 — Did not resolve the issue
Manually adding entries to the Elements section in Model Explorer — Did not resolve the issue
I believe I either need to manually populate the Elements section or locate the original source file that should contain these entries. However, I am not sure what the correct approach is.
Could you please advise me on how to resolve this issue? Specifically, I would appreciate any guidance on why the Elements section is empty and how it can be properly restored or regenerated.
For reference, I have also attached the model file I have been working with.
I would greatly appreciate any guidance on how to resolve this issue. If there are any additional files, logs, or screenshots that would be helpful for troubleshooting, please let me know and I will provide them.
(MATLABAddOns --> Toolboxes --> NXP_MBDTToolbox_BMS --> BMS_Examples --> rd33772c14vevm --> rd33772c14vevm_s32ct --> rd33772c14vevm_s32ct,mdl )
Thank you for your time and support. I look forward to your response.
#s32ks3xx #rd33772c14vevm #MBDT #MBDTforBMS #