Info

This question is closed. Reopen it to edit or answer.

Is it possible to customize targets with 24-bit datatypes in Polyspace?

3 views (last 30 days)
We are using Polyspace for a project written in C Code in which we use the microcontroller Infineon XC2321D. This micro uses for example 24-bit pointer addresses which we believe that are not possible to be configured in the Target & Compiler dialog from the configuration menu.
We would like to know if it is possible to select a default configuration for a microcontroller like this, or if we can customize a target with the possibility of including 24-bit datatypes.

Answers (1)

Alexandre De Barros
Alexandre De Barros on 3 Sep 2015
Hello !
You can choose the target C18, it's a target where you can choose between a 24-bit or a 32-bit pointer.
Best regards,
Alexandre

Community Treasure Hunt

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

Start Hunting!