C2000 Embeded IDE Link Issue on 64 bit Windows
조회 수: 7 (최근 30일)
이전 댓글 표시
Hi all,
I am working to use Simulink's Embedded Target to generate and deliver C code to Code Composer Studio for prototyping on a TI F28035 Experimenters Kit. When running the commands "ticcs" to start the process or "checkEnvSetup('ccs','F28035','check')" to confirm compatibility I am getting the following error:
You cannot invoke TICCS on a 64-Bit Microsoft® Windows® platform.
The IDE Link adaptor for use with Texas Instruments™ Code Composer Studio™ is not
supported on this platform.
"mexext" returns:
mexw64
I am running MATLAB 2011a 64bit and Code Composer Studio 5.2 on Windows 7 64 bit. I have implemented the CCS4 -> CCS5 workaround which involved editing the XMakeFile in MATLAB.
Is there something else that I should do to ensure compatibility or do I need to find a 32bit PC for use on the project?
Thank you,
Adam
댓글 수: 0
답변 (1개)
Kaustubha Govind
2012년 6월 11일
I think you could try installing 32-bit MATLAB on your 64-bit machine and see if that allows you to connect to CCS. Although, according to this solution it looks like that may not work on some machines.
댓글 수: 0
참고 항목
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!