Forum Post: RE: Save/print design
Gerardo,Thank you for the feedback. LDC1000 tool currently does not support the print design feature at this point. We apologize for the inconvinence. We will try to incorporate this feature into the...
View ArticleForum Post: RE: Can not launch XDS560v2-USB with CCS v3.3
Newer emulators like XDS100v2 and XDS200 are not supported on CCSv3.3 either. XDS100v1 is supported on CCSv3.3 but not for your devices and XDS100 is a low performing emulator anyway.XDS560 (not...
View ArticleForum Post: RE: Question about "restrict" keyword with 2D pointer
Yes,I have found it, Thanks a lot!
View ArticleForum Post: RE: Code Composer Studio Installation Error
Diego, did you try downloading a new copy of CCS v5.5?Regards,Gautam
View ArticleForum Post: no input section linked in with CCS 5.5, MATHLIB & ELF
I followed the instructions of SLAU499 to add mathlib feature into project, but get linked error : "no input section linked in". And this wiki post don't solved my problems....
View ArticleForum Post: RE: FilterPro band-pass filter design
Hi, Bonnie,Thanks for your reply. I tried with 4531 and it works. And I would like to ask one more thing. Could it be possible to measure the power consumption of that filter circuit with Tina TI? I...
View ArticleForum Post: CCS installer distribution
Hi,I am teaching at university and in one course we use CCS. As we can give (lend) students all the hardware they can make their exercises at home. Can I also give them an offline installer for CCS or...
View ArticleForum Post: CCSv5.5.0: "eclipse Problem view not updated bug" still exists...
Hi,I still met the "eclipse Problem view not updated bug" on CCSv5.5.0 even after a successful rebuild as shown in the attached picture.And the only way to automatically clean these error messages is...
View ArticleForum Post: RE: error 2131 using XDS100v2 connecting to F28M35H52C1
Hi,[quote user="Nicholas Confer"]However, if i try to use either an external xds100v2 or the one on the docking board, I get the error and failed connection test.[/quote]This is because the F28M35...
View ArticleForum Post: RE: Setting up CCSv5 for Debugging
Martin - I just remembered something. Unlike BeagleBone, BeagleBone Black does not come with any on-board JTAG emulation. If you want it, you need to add a JTAG header...
View ArticleForum Post: RE: CCS5.5 won't open. .log file shown
Ok, glad to hear it is working now. Keep us postedki
View ArticleForum Post: RE: Elf Binary parser in CCSv5.5
Hello,The compiler comes with several tools that can parse the out file to get information. Since you mentioned wanting to see the assembly instructions, try using 'armdis' which is in the compiler...
View ArticleForum Post: RE: Problems with debuging MSP-TS430QFN40
Hi Milan,did you set a voltage/change settings in your target configuration? Is this your own prototype? If so, how are you powering it and have you made sure the JTAG connections are as...
View ArticleForum Post: RE: Suppress message advice #27004 no performance advice C6000...
[quote user="Rob van de Voort"]"my1.cpp": advice #27004: No Performance Advice is generated.[/quote]Unfortunately, there is no way to suppress just that one specific message.Thanks and regards,-George
View ArticleForum Post: We Are Experiencing Temporary Problems With The TINA-TI Home Page
We are experiencing temporary problems with the TINA-TI home page.Until the problem is corrected, the TINA-TI installers will sometimes be unavailable for download.We apologize for the inconvenience...
View ArticleForum Post: RE: CCS5.4 license expired
Hi Stephen,Help->Code Composer Studio Licensing Information-> Upgrade Tab ... "Launch License Setup".I hope that helps, sorry for not adding it in the last post.Best Regards,Lisa
View ArticleForum Post: RE: Memory placement of SrioDevice_init in DDR3
Ah, that was it. I was building the Debug configuration and no optimizations are specified.Using a Release configuration and reverting to .big_mem: load >> DDR3in my .cmd file did the...
View ArticleForum Post: Please provide a checksum for the CCS download files!
I have experienced myself and have seen others having a same or similar problem with CCS downloads.The files are huge and it would be easy to eliminate file corruption issues by providing a checksum...
View ArticleForum Post: RE: ARM cortex m4 compiler questions
[quote user="Eric Zhang16395"]Do I need to manually push these registers in the begining of the ISR and pot them out at the end of the ISR?[/quote]No. If an ISR, marked with the __interrupt keyword,...
View Article