Effacer les filtres
Effacer les filtres

how to call external function with a pointer argument in legacy_code

2 vues (au cours des 30 derniers jours)
xian zhao
xian zhao le 28 Mar 2018
There is a function can_transmit(long ID,usigned char DataArray) used as a MSCAN driver of my device. I want to generate a S-Function by legacy_code and call this function in the generated code. However, I don't know how to pass the address of my data into can_transmit function. I tried the array, however the generated code will use real_T type, and it's reported impossible to convert the real_T* to usigned char.

Réponses (0)

Catégories

En savoir plus sur Texas Instruments C2000 Processors dans Help Center et File Exchange

Community Treasure Hunt

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

Start Hunting!