Dear Sir,
I am new to code generation process.
Could you guy help out the understanding of this linkage among code generation process for target hardware?
I look into many S-Function and Legacy tool for C-code integration for target embbeded hardware and code generation.
Still, very confusing. (Specifically, TEXAS INSTRUMENT C2000 series)
Actually, I want to include some customed EXT_EEPROM.C and EXT_EEPROM.h file to get external hardware work with Code Generation process.
The function inside are like eepInitilize(); eepRead(); eepWrite; etc.
I found that there are only 2 important files to make these happen in Simulink Enviroment.
1) TLC file (Assuming for linkage function to hardware driver resouces ex. SPI, I2C, GPIO driver, etc.)
2) MEXW64 file (Assumming for a compiled version of EXT_EEPROM.c & EXT_EEPROM.h for S-Function)
Does my above understanding were correct ?
And how many TLC/MEXW64 should i create ?
And Which process/toolbox should I use in MATLAB to create above files ?
Could you give a hinch or and guildline for this integration?
Best Regards,
Narudol T.

 採用された回答

Mark McBroom
Mark McBroom 2022 年 1 月 31 日

0 投票

Use the following legacy_code option to generate TLC code for an s-function.
legacy_code('sfcn_tlc_generate', specs)

その他の回答 (1 件)

Mark McBroom
Mark McBroom 2022 年 1 月 29 日

0 投票

Your understanding is correct for TLC files and mexw64 files.
Assuming you already have Simulink and Simulink Coder licenses, no additional licenses are needed. There are two ways to create the S-Function. In my experience, the legacycode tool works better for hardware blocks like this because it allows you to have different behavoir for simulation and code generation.

2 件のコメント

Narudol Tatiyavattanachai
Narudol Tatiyavattanachai 2022 年 1 月 30 日
Hi Mark,
Thank you very much for your clarification.
Yes, I think I use the Legacy Code Tool ("LCT") to generate MEXW64 files.
However, I not know how to generate the TLC files.
Can you help recommend ?
Thank you in advanced.
Best Regards,
Narudol T.
Saba Hajhassan
Saba Hajhassan 2023 年 7 月 19 日
could you please help me how to create a TLC file and .c file of the .m S-function?

サインインしてコメントする。

カテゴリ

ヘルプ センター および File ExchangeEmbedded Coder についてさらに検索

Community Treasure Hunt

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

Start Hunting!

Translated by