Embedded coder: Code generation data types

1 view (last 30 days)

Is there a way to generate "typedef short int" and typedef "unsigned short int"? I want this for my harware but what I get is only "typedef int" and typedef "unsigned int" irrespective of various hardware I selected including custom hardware.

Accepted Answer

Mark McBroom
Mark McBroom on 25 Oct 2023
This can be accomplished by picking a 64 bit custom processor on the Hardware tab. See attached model.
  1 Comment
Venkatesan
Venkatesan on 25 Oct 2023
Thanks. This helped me to fix the problem. In fact I was using replacement data type i16 and u16 for int and unsigned int which forced the coder to generate int for i16 instead of short.

Sign in to comment.

More Answers (0)

Categories

Find more on Generating Code in Help Center and File Exchange

Community Treasure Hunt

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

Start Hunting!