Part Number: TMS320F28027F
Other Parts Discussed in Thread: MOTORWARE,
Tool/software: Code Composer Studio
hi there
I've been working with the lab11a project from the instaSPIN motorware in combination with a GUI composer V2 generated interface. The project was debugged step by step; the GUI was opened from the CCS. The mainISR was extended by GPIO that toggles each time the mainISR is called. This signal was observed on a oszilloscop. So far everything worked as expected. In the next step, I created a new project in the CCS, all the necessary files from the motorware were linked into the project. The Project was compiled and debugged on the TMS320F28027F the mainISR GPIO was toggling as in the previous but when now start the GUI form CCS the GPIO Output stops toggling for a while and toggles than again (toggle stop toggle stop and so on) . As soon as the GUI is closed, the GPIO toggles continuously again. Is the GUI opened as standalone everything works as expected (the pin toggles continuously). Do I have to set something within the CCS so that the GUI works correctly? I Looks as there is a data exchange between the GUI and the CCS the stops the execution of the Software.
thanks for helping
best regards
Thomas