hello,
i could ID motor parament correctly by lab2a, but i found that the ctrl.c did not exist in lab2a project(ctrl_run() is defined in ctrl.c),.as userguide said, ctrl_run is running at ROM.
meanwhile, lab2b had included ctrl.c in project's file system.
How dose the compiler decide to compile the funtion(ctrl_run) from ROM or ctrl.c?if the project had some config in any file that i didn't found.
thank you.