Forum Post: RE: Complex LCF with UNION's and copy TABLE's
I took a look at this test case and I think it's a reasonable use case. However, it's not a bug, because the linker works as designed. I've submitted SDSCM00050128 as an enhancement request to add...
View ArticleForum Post: RE: Feature request: More friendly BKPT handling in ARM debugger
[quote]The immediate value is embedded inside the opcode. In our driver we are testing breakpoint instructions to be BKPT with 0 as immediate value. We should instead mask the bits in the opcode that...
View ArticleForum Post: RE: Are bitfield assignments atomic on C2000?
By atomic I presume you mean that compiler generated code performs the operation with a single instruction. The compiler does not guarantee that bitfield operations are performed with a single...
View ArticleForum Post: RE: Loop unswitching on C64x+/C66x?
[quote user="Michael P"]Is there a way to make the compiler do this for me?[/quote]I don't think so, but I'm checking on that.Thanks and regards,-George
View ArticleForum Post: RE: Issues building TivaWare on Linux with CCSv6
The only libusb I installed was libusb-1.0-0-dev:i386After setting up Linux Mint 16 64bit (Cinnamon) I ran these 2 commands:sudo apt-get updatesudo apt-get install libc6-i386 libx11-6:i386...
View ArticleForum Post: RE: ccs6 beta 4 unable to access Tiva Launchpad on CentOS 6.5
[quote user="JohnS"]I will update the linux install instructions wiki topic and I will also follow up with the install team to see why the dependency check passes after installing libusb.i686 as it...
View ArticleForum Post: RE: Local C++ structure allocated statically depending on...
That's very strange, and it does indeed seem to be a bug. I've submitted SDSCM00050131 to track this issue.
View ArticleForum Post: RE: The "Last Edit Location" button (Ctrl+Q) does not work in CCS.
Ki,Well, it lasted (worked) for only an hour or so this time. I think I made less than 50 edits when it stopped working, I didn't keep track. Ctrl+Q now goes to a previous search location in the c file...
View ArticleForum Post: RE: DSS Physical Memory View
The reason why it isn't documented (and why it doesn't show up under the list of services) is that the folks here (CCS dev team) don't want people using it much, or at least getting reliant on it. I...
View ArticleForum Post: RE: Install problems with ccs6 about "Installer failed to install...
Hi Jin,The installer component installer for DMED is unable to write the following file: C:/Users/jins/ti/CCSExternalReferences/dmed_01_01_03_00 due to permission issues. Could you verify that you're...
View ArticleForum Post: RE: Problem installing CCS 5.5 on Ubuntu
Hi Victor,Are you running a 64 bit ubuntu? In that case, you need to have 32 bit libraries installed. See http://processors.wiki.ti.com/index.php/Linux_Host_Support for more information. The installer...
View ArticleForum Post: RE: debuging problem TMS320F28035
Hi Yotam,unfortunately I don't understand what you mean by can debug but doesn't work. If you can establish a debug connection to the board, then the problem is elsewhere.Have you tried these to get...
View ArticleForum Post: RE: Able to set watchpoint in I/O space?
If memory serves me correctly, I believe you can differentiate between the various pages with "@<PAGE>"So if you want to set a watchpoint for address 0x1000 IO page, you can do: 0x1000@IOki
View ArticleForum Post: RE: The "Last Edit Location" button (Ctrl+Q) does not work in CCS.
It's not in v6 either. But the plug-in seems to work for it too even though v6 is Eclipse 4.x
View ArticleForum Post: RE: Install problems with ccs6 about "Installer failed to install...
Happy to have been of help!
View ArticleForum Post: RE: CCS-MSP430 Windows8 Install?
Hi Brian,ok, please turn off antivirus and keep us informed. We would need the logs if there are continued problems.Best Regards,Lisa
View ArticleForum Post: RE: CCS MSP430 GCC link fails on non MSP430X devices
I JUST TO FIND THE SOLUTION! IF ANYBODY IS INTERESTED HOW DO IT, YOU TELL ME... GREETINGS
View ArticleForum Post: RE: Tiva program created with CCS v6 using GNU compiler doesn't...
This is being tracked in SDSCM00050137.
View ArticleForum Post: RE: Porting project from MSP430 to Tiva
[quote user="Robert Alexander"]What is the way, and why is it not recommended?[/quote]You can manually edit the project meta files (specifically .ccsproject and .cproject) but these are generated files...
View Article