how to call external function with a pointer argument in legacy_code

2 次查看(过去 30 天)
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.

回答(0 个)

类别

Help CenterFile Exchange 中查找有关 Texas Instruments C2000 Processors 的更多信息

Community Treasure Hunt

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

Start Hunting!