Can I force Stateflow to use uint16_T instead of uint8_T in generated code?
1 次查看(过去 30 天)
显示 更早的评论
We have a requirement not to use int8/uint8 in code. Is there a way to make code generated from Stateflow use uint16 (or 32, etc) instead of uint8?
0 个评论
回答(1 个)
Muthukumar Ganesan
2022-8-13
编辑:Muthukumar Ganesan
2022-8-13
Hi,
Yes the "Hardware Implementation" parameter in the model configuration can be used for this purpose.
Choose Custom processor and in the device details configure "char" to 16 bits. Please refer to attachment.
Hope this helps. Thanks.
0 个评论
另请参阅
产品
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!