Forum Post: RE: CCS5.5 Debugger Initialization Error
CCS :v5.5.0.00077OS: Windows XP SP3
View ArticleForum Post: RE: CCSv5 offline updates
We have generally not been making updates available as downloadable zip packages. It is possible to make a local copy of an update site if there is an update of interest to you, but the only way for...
View ArticleForum Post: RE: CCSv6 beta - Feedback
Hello Vasili,Is it possible to attach the project (or a smaller one that has the same file mapping issue) so I can debug it on my PC? Also,Instead of adding the file mapping with the context menu in...
View ArticleForum Post: RE: CCS 5.5.0.00077 with XDS200 halts on ARM SWI vector
[quote user="Robert Sprowson"]So while option (b) does give me a way to proceed, it seems that the debugger is retaining a stale view of the vector contents and showing the live contents in the...
View ArticleForum Post: RE: CLA Target Connect Issue
I'm able to reproduce this issue on v5.5. I don't see it in older v5 versions so it must be something fairly new. The issue does not exist on CCSv6 beta builds.[quote user="Jaspreet Kaur Bhambra"]Hope...
View ArticleForum Post: RE: Designated Initializers of const structures
It's target dependent, and I'm not a C2000 expert. Generically, a C++ const static storage duration object with a non-trivial constructor would not be direct-initialized. For C6000, a near const...
View ArticleForum Post: RE: TMS570LS0432 - issue in .bin generation with ECC data
I understand what is going on. I cannot tell you how to fix it.Use armofd to get some information about the sections in the file ...% armofd --obj_display=none,sections PRJ_TMS570LS0432_ECC.out | find...
View ArticleForum Post: RE: xds100v2 NOT displayed in drop down list
Hi Feroze,just thought I would check with updates you your enquiry.Best Regards,Lisa
View ArticleForum Post: RE: ULP Advisor not found
Hi Mohamad,just thought to check for updates with your enquiry.Best Regards,Lisa
View ArticleForum Post: RE: where to get bios_setupwin32_6_34_02_18
Hi,just wanted to double check for updates with your enquiries.Best Regards,Lisa
View ArticleForum Post: [E1500] file access error: failed to open ".../vectors.obj" for...
I am trying to convert a CCSv3.3 project to a CCSv5.4.0.00091 project for a C6416. I have been at it for quite a while now, and have this particular project down to one error:[E1500] file access...
View ArticleForum Post: RE: Inconsistent Build Output
Thank you very much for taking the time to perform all these tests. We have done some further analysis and believe this is a manifestation of another bug we recently isolated internally and fixed in...
View ArticleForum Post: RE: XDS200 USB detection issue in Ubuntu in Paralles on Mac
Rafael,I continue to get lockups: while it's initializing, programming, terminating, you name it. Resetting the emulator rarely unlocks it. I noticed that the license status called out at the bottom...
View ArticleForum Post: RE: Cannot select DSK6713target in CCS3V3
If you have the spectrum digital drivers installed correctly, then you should see the below option:From your last post, it sounds like you have a 64-bit OS and need the 64-bit drivers.ki
View ArticleForum Post: RE: M430G2553 + Ubuntu 12.10 + Error initializing emulator: No...
[quote user="Rafael Toledo"]Have you found out anything about the support for this driver on Linux?[/quote]From investigation found that:a) The pre-compiled MSP430.dll installed with the Windows CCSv6...
View ArticleForum Post: RE: FET430UIF issues with CCS
Hi Lisa[quote user="Lisa TI"]what ccs version are you using?[/quote]I'm using CCS Version: 5.5.0.00077 I did one more action: I corrected the connection to connect the target Vcc to PIN 4 instead of 2...
View ArticleForum Post: RE: Problems running MSP430 code from High RAM
Interestingly enough, if I move all the intended code other than ISRs to HIGH RAM, the program runs fine.The entry for .text:_isr : {} > BEGINNING_OF_FLASH is the same for both cases (LOW and HIGH...
View ArticleForum Post: C/C++ disassembly output to file
I am trying to get disassembled output from my MSP430 program, interlaced with C/C++ source code, to try to to understand how the compiler is generating assembly from my input sources and diagnose...
View ArticleForum Post: Download Legacy Compiler TMS320C28x 5.2.3
Greetings!Would you help me get a copy of the C2000 compiler 5.2.3? Following TI Wiki pages led to an HTTP Error.To support a legacy product, I am trying to compile firmware for a TMS320F2808 DSP....
View ArticleForum Post: Need information on how to capture the IP packet from SRIO of...
I'm trying to build a communication system based on TMS320C6670L Evaluation Module,the data transmit between PC and 6670.so if there has IP packet came from the Ethernet port or SRIO of C6670, How can...
View Article