Borrar filtros
Borrar filtros

how to call external function with a pointer argument in legacy_code

2 visualizaciones (últimos 30 días)
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.

Respuestas (0)

Categorías

Más información sobre Texas Instruments C2000 Processors en Help Center y File Exchange.

Etiquetas

Community Treasure Hunt

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

Start Hunting!