Forum Post: RE: uploading errors seen while installing ccsv5
Hi Ryan,actually ... it may be due to something we just discovered with a JAVA environment variable. One thing to try is to set JAVA_TOOL_OPTIONS to blank. Could you try that while doing the...
View ArticleForum Post: RE: Error log does not show complete text
There is a known bug in CCS that is likely the reason for the error description to be cut off in the Problems view. Please see this post for more information. The build console should still show the...
View ArticleForum Post: RE: Connect via a USB port for MSP430 using Code Composer 4
Hi,I would do the following:1 - connect one board2 - start a ccs debug session, having selected "TI MSP430 USB 1"You now know that session is attached to that board. Then (keep the debug session...
View ArticleForum Post: RE: CCS 5.4 Install Error, InstallJammer attached
Hi Nicholas,great, glad to hear. That's what we're here for.Thanks for the update and all the best with development.Best Regards,Lisa
View ArticleForum Post: RE: H/W Breakpoint at Program Load with CCS v5.4
I do not have any of these problems with CCS v5.3.
View ArticleForum Post: RE: Suggestions for improved developer velocity
Carsten,It sounds like there is a source association problem. Normally you can set breakpoints ok in the Edit View and then when the debugger launches it will then associate them with a debug context...
View ArticleForum Post: Memset/Memcpy Suspected Issues
Hi, I am using memcpy and memset to initialize very large data structures. I mean, they seem large to me :) Every loop, I initialize a struct of 32384 bytes to zero. Then I memcopy chunks of 640...
View ArticleForum Post: RE: CCS ver5.2.0.00069 Not able to access UART0 on target board.
Hi Mahesh,Somehow, some GEL file is getting loaded.Could you try this experiment - specify a GEL file in your target configuration. But have that GEL file blank/empty. Then try again and see if that...
View ArticleForum Post: RE: Memory mapping and linker, bin file
[quote user="MSR"]from this actual and expecting binary would be 512KB[/quote]Please describe how you arrive at that number. I come up with something very different. We obviously are not thinking...
View ArticleForum Post: RE: Can't epxport DM3730's registers.
Hi,The MMU may be getting in your way. While the kernel is halted, can you try to:- disable the MMU (menu Tools --> ARM Advanced Features)- save the registers- re-enable MMU- resume (F8)Hope this...
View ArticleForum Post: RE: CCS 5.3 update failure; unable to run
Hi John,I see you have quite an install/update history and this is unforunately one piece in the puzzle. Would you be willing to clean out the old installations including installjammer logs and try a...
View ArticleForum Post: RE: CCS5.2.1.00018 installation failed!!!
Hi Paddy,could you please do the following (as previously requested). I still see a C and D involved in your install.1 - remove your current attempts/installations including the installjammer logs2 -...
View ArticleForum Post: RE: CCS 5.4: Memory Browser doesn't Show Floating Point Option
I see. I'm working also working with c6678.Thank you for your reply.
View ArticleForum Post: RE: WEBENCH print
Dick,I was able to print the report for a design with your device, LM3150, and it printed without any problem, without the need to play the optimziation settings. So it is working now.Thanks for...
View ArticleForum Post: RE: Generating NEON instructions for Floating Point Operations on...
Please see this wiki article. You'll see that you need to change --opt_level=off (you wrote the equivalent -Ooff) to --opt_level=2 or higher. And you need to use --opt_for_speed=3 or higher.Changing...
View ArticleForum Post: RE: About CCS : Trouble Reading Memory Block
Sorry for the delay in the reply. I was away from the office for a mix of business travel and vacation.Is the GEL file you are using: AM335x_15x15_EVM.gel ?Have you tried using the on-board XDS100v2 on...
View ArticleForum Post: RE: Using __SYSMEM_SIZE variable
Try this:#include <stdio.h> extern char _SYSMEM_SIZE; int main() { unsigned long value = _symval(&_SYSMEM_SIZE); printf("%lu\n", value); }
View ArticleForum Post: RE: How to Debug the C674x DSP in DM8168?
Hello,Can you attach your example out file? I'd like to analyze it.Thankski
View Article