| Embedded IDE Link™ MU | ![]() |
connect(id)
connect(id,debugconnection)
connect(...,timeout)
connect(id) connects the IDE to the processor hardware or simulator. id is the ghsmulti object that accesses the IDE.
connect(id,debugconnection) connects the IDE to the processor using the debug connection you specify in debugconnection. Enter debugconnection as a string enclosed in single quotation marks. id is the ghsmulti object that references the IDE. Refer to Examples to see this syntax in use.
connect(...,timeout) adds the optional parameter timeout that defines how long, in seconds, MATLAB® waits for the specified connection process to complete. If the time-out period expires before the process returns a completion message, MATLAB generates an error and returns. Usually the program connection process works correctly in spite of the error message
The input argument stringdebugconnection specify the processor to connect to with the IDE. This example connects to the Freescale™ MPC5554 simulator. The debugconnection string is simppc -fast -dec -rom_use_entry -cpu=ppc5554.
connect(id,'simppc -fast -dec -rom_use_entry -cpu=ppc5554')
![]() | close | delete | ![]() |
| © 1984-2008- The MathWorks, Inc. - Site Help - Patents - Trademarks - Privacy Policy - Preventing Piracy - RSS |