Hello,
I am using Matlab 2013a, CCSv5 5.5.0.00077, controlSuite v3.2.3.
I followed tutorials from TI and Matworks esp this one: http://www.youtube.com/watch?v=AY4GzMLl30A
I succeed configuring Simulink, etc, generating .out file and programming seems to work (both the approach that uses CCS and the approach presented here: http://www.mathworks.com/matlabcentral/answers/98075 - programming with just a button-click at simulink model).
My application should blink with gpio33 (no input). Insteadthe board behaves like it is seen on the movie:
http://www.youtube.com/watch?v=V2EmDO8Au40
http://www.youtube.com/watch?v=56pVh2JyBfA
My program is intended just to blink a single LED. Instead it is blinking with multiple ones and changes behaviour after touching pin inputs. No the capacitive touch input. After touching or getting fingers close the GPIO, or even VCC/GND pins, LED's start to blink randomly.
My questions are:
1 What is happening here?
2 Could anybody tell me what is the proper way of programming the flash memory with Matlab or CCS with external file? When I load some Launchpad C2000 examples to CCSv5, hit debug button, they download to target and work well.
Thank you very much for your attention.