Code generation fails with "Error loading memory section definitions. Cannot find package" error

When I try to generate code from my model in MATLAB R2023b, it fails with:
Error loading memory section definitions.
Cannot find package 'TI'

 采纳的回答

The error message indicates that the code generation process is unable to load the custom data package specified via the following model parameter:
>> get_param(bdroot,"MemSecPackage")
ans =
'TI'
Make sure the custom data package is available in your MATLAB session. If your model no longer uses this custom data package, reset the setting via:
>> set_param(bdroot,"MemSecPackage","--- None ---")

更多回答(0 个)

类别

帮助中心File Exchange 中查找有关 RF Blockset Models for Transceivers 的更多信息

产品

版本

R2023b

标签

尚未输入任何标签。

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by