adafruit V2 shield error

1 次查看(过去 30 天)
Dominique Rousset
Dominique Rousset 2023-5-17
Hello,
I work on a project with arduino and adafruit shield V2 . I want to control 4 DC motors with this shield.
In a derictory, i put all .cpp and .h files
In command line, I control all motors
I try this simulink model
and get this error
### Starting build procedure for: afmotor_v21
### Build procedure for afmotor_v21 aborted due to an error.
Top model targets built:
Model Action Rebuild Reason
=======================================================================
afmotor_v21 Failed Code generation information file does not exist.
0 of 1 models built (0 models already up to date)
Build duration: 0h 0m 12.333s
Error:Unable to find S-function module 'dc_motor_wrapper.c'. S-function modules must exist as either source files or pre-compiled object files on the MATLAB path.
Thanks for your help

回答(1 个)

Gokul Nath S J
Gokul Nath S J 2023-5-25
Hi Dominique,
It seems that you were not able to run the s-function modules. The issue stems from the "S-function modules" entry in the S-function dialog box in the simulink model. Please note that file names should be entered here without the ".c" extension. The error is thrown because "dc_motor_wrapper.c.c" could not be found, not "dc_motor_wrapper.c".
with regards,
Gokul Nath S J

类别

Help CenterFile Exchange 中查找有关 Simulink Supported Hardware 的更多信息

产品


版本

R2023a

Community Treasure Hunt

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

Start Hunting!

Translated by