Forum Post: RE: MSP430 USB Developers Package Compiling Error
Ok yeah that makes sense now because both of them have the same content. I'm using CCS V5.5.0.00077 with GCC enabled
View ArticleForum Post: RE: Generating Analysis Infos with CCS 6.0 doesn't work
Hello Ki,thanks for your answer.With the Lab the generation of Code Coverage infos is working. If I do the same with my project, it's not working. The PDAT-File was generated, but if I click on...
View ArticleForum Post: RE: Adding a watchpoint on a register value in CCS
John,Thanks for the quick response. I believe the IER register on EVE is not memory mapped so I guess its not possible to put a watchpoint on it.Best,Ashish
View ArticleForum Post: RE: CCSv6 compile Problems window not in sync with build results
Hi TamasMy colleague showed me how he deals with it in CCSv5. He highlights the errors and then right clicks and selected delete. Wouldn't it be nice if you could fix the errors that way too? :o)I...
View ArticleForum Post: RE: CCS Build Error: fatal error #1965: cannot open source file
[quote user="Curtis Mayberry1"]Thanks for catching that Chester, as shown below I have corrected that mistake.Unfortunately that didn't help with the error.[/quote]Can you post the error from the CCS...
View ArticleForum Post: RE: Remote sense with TPS53915
Tim,Sorry for the late reply. The design team has stated the following:The problem is TPS53915 does not have differential remote sense amplifier inside. It won’t provide the benefit if you are...
View ArticleForum Post: RE: CCS 5.5 crashes with CPU load graph displayed
Hi Raymond,I just want to check if you managed to figure anything out, based on logs I presented you with.
View ArticleForum Post: RE: Compile time in CCS 5.5 more than double
That is good to hear. As for what could be the difference between the two compiler versions to make such a big difference, I do not know. I will move this thread to the compiler forum where the experts...
View ArticleForum Post: RE: JTAG not working on AM335x
Hi,A few details caught my attention: what version of CCS are you using? Also, you mentioned Segger's command utility, but I just wanted to double-check: did you install the Segger device drivers from...
View ArticleForum Post: CCSv6 Debian Linux - CORTEX_M4_0: Error connecting to the target
Hi,so I've just installed CCSv6. Ressource Explorer is just spinning forever but anyway.Tried to compile and upload for Tiva LP, the build process was fine but when truing to debug I get...
View ArticleForum Post: RE: GUI Composer - Multiple devices access
Hi Aman, Technically, you can create a single GUI that can talk to multiple kits. However, it maybe quite challenging to setup. If you have 3 completely independent kits, with 3 different emulators...
View ArticleForum Post: RE: exception when initialize the .init_array
What kind of exception? A C++ exception or a hardware exception?What ISA are you using, and what compiler version? (The compiler version is not the same as the CCS version.)
View ArticleForum Post: RE: C2000 MCU - compiler flags wrong errors at wrong lines...
We strive to ensure our psychotic errors are not wacko and our wacko errors are not psychotic.I'm sorry, I cannot explain the previous behavior you were seeing. If you see it again, we would certainly...
View ArticleForum Post: RE: Problem with negative Output with LM25088
This appears to not be quite fixed yet as I've just been given a similar design suggestion with the LM25088 that fails to allow the design to proceed.This was via the Power Architect tool. If I use the...
View ArticleForum Post: RE: Which latest CCS for TMS320C32? (version 4.10.37?)
[quote user="Gautam Iyer"]Does TMS320C32 support Real-time debugging? I doubt![/quote]It does not. Hence the target needs to be halted to read memory.Animate will work if you have a breakpoint set. It...
View ArticleForum Post: RE: CCSv5 Debugger issue,not recognizing particular variables...
Hi G[quote user="George Rizeakos"]The whole project is split into two parts one is a wrapper set of source files,that takes as an input a .lib file generated by the second project (set as static...
View ArticleForum Post: RE: CCS fails to debug due to UART Connection
Great. I will have to remember that trick.
View ArticleForum Post: RE: MSP430 USB Developers Package Compiling Error
This issue was resolved offline. For those following the thread, the issue was that the project was using the TI compiler but was configured to use a GCC *.ld file. Once the *.ld file was excluded from...
View ArticleForum Post: RE: After compiler tool update, can't run Code Composer
Danish, Thank you very much. That seems to have fixed it.John C.
View ArticleForum Post: RE: CCS Build Error: fatal error #1965: cannot open source file
I was able to solve this problem by importing my Build Variables into the workspace again and overwriting the current ones. I also deleted the other gtbelib folder so there wasn't any confusion.I...
View Article