Forum Post: RE: Problem in Setting Breakpoint
Dear all, I have the similar problem with yours! I follow the steps in the DM814x AM387x PSP Flashing Tools Guide.pdf in my custom board and have no problems until i load...
View ArticleForum Post: RE: Cannot download code composer
Hi Gautam,In the end TI has sent me a new link, that worked.Thank you for your support.Gal
View ArticleForum Post: RE: CCS5.2 complier problem
Hi Liao,we still could use a bit more information to debug here. Would you be able to send some screen shots and a test case?Best Regards,Lisa
View ArticleForum Post: RE: java.lang.NullPointerException
Hi Walter,I was able to reproduce this problem. I've opened this CQ to track it: SDSCM00047639 NPE during project build after upgrading the project's compiler version. I will look into fixing this...
View ArticleForum Post: USB rule not install for XDS510
Hello,I am now using a free version CCSv5.4 on Linux Dabian and a EVMOMAP-L137. I try to connect to the XDS510 emulator in target configuration and use test connection. But it fail and said USB rule...
View ArticleForum Post: RE: error #16008-D
All of the files must be built with the same settings for the compiler (not linker) options --silicon_version and --float_support. I don't know why, but is not the case here. I suggest you "clean"...
View ArticleForum Post: RE: Compiler warning when I am sending a variable to the IRAM
Rahul's suggestion is a good one. For more background on this topic, please see this wiki article.Thanks and regards,-George
View ArticleForum Post: RE: .align directive for 1 byte alignment
Well that's a little annoying. On other systems it doesn't do that :). I've been able to align and place data types with that alignment fine with no issue before It does indeed state what you said in...
View ArticleForum Post: RE: [C2000] Looking for the CGT tool V3.07
Hi George,I had tried but it didn't work as well.However , this customer is a UPS / solar manufucture. The life cycle of their project will be 10 years more.Their old model use CCS2.2 with V3.0.7 to...
View ArticleForum Post: RE: CCS 5.4.0 doesn't start on debian wheezy x64
Hi Lisa,Sorry for long silence, I was on vacation. CCS works now. I don't know why it started but I think it began to work after adding write permissions to the installation directory. Anyway now it...
View ArticleForum Post: RE: CCS ver5.2.0.00069 Not able to access UART0 on target board.
Hi LisaInitialization code for UART0 as given below-voiduart0_init(void) {GPIOPinTypeUART(GPIO_PORTA_BASE, GPIO_PIN_0 | GPIO_PIN_1); //UART-0 pins of controller//configured UART for 8 data bits - 2...
View ArticleForum Post: RE: Arm Neon Intrinsic Issue
Hi George,First of all thanks for your reply.Yes I am using TI arm compiler. The page you have specified solves some part of solution.But as you said there is no arm_neon.h in TI ARM compiler So my...
View ArticleForum Post: RE: Photocoupler model for Tina TI
Hi Nikhil,There were only two files: .CIR and .TSM.Both files are attached. Thank you,Andrey
View ArticleForum Post: Peripheral simulation in CCS for TMS320c6678
Hi everybody, I have a simple question:Is there a plugin for CCS with which I can simulate the DSP peripherals (like GPIO, timers....)?I wrote a simple code to toggle a GPIO pin, but when I run...
View ArticleForum Post: RE: DRV8301-LS31-KIT GUIComposer
Hi Patrick,unforutnately, I don't know JavaScript. I would like to export data in .csv format so that I can work with the results in Matlab. For example, speed reference is zero at the begining. Then I...
View ArticleForum Post: RE: Difference between launching DebugServer Scripts from IDE...
Hello,I assume you refer to the av_bios_sdk we use? Well, it is from TI, the release notes say this:Applies to Product Release: 00.07.00.00Publication Date: Sept 13, 2012I'm new to CCS so I'm not sure...
View ArticleForum Post: RE: Help me optimize this 12bit to 16bit decoder
Thanks, I have read this application note and applied it to arrive at the optimized version in my original post.I can still move to 8-byte loads to improve performance, and I think that should be fast...
View ArticleForum Post: could not open source file "portmacro.h"
Hi,I have a problem. I trying to install freeRTOS on my controler. I'm added all needed files for freeRTOS, but when i build the project i have the problem. could not open source file "portmacro.h"I'm...
View ArticleForum Post: RE: Unable to start vendor: tidspssw.
Hi Lisa,Yes, this is a new license that we are just trying to set up. How do I verify that the server's eth0 address was used to activate the license?
View ArticleForum Post: RE: CCSv5.4.0.00091 - java.lang.NullPointerException
Hello,We believe this issue is the same as another reported issue:http://e2e.ti.com/support/development_tools/code_composer_studio/f/81/t/275061.aspxThe fix for this issue will be in the CCSv5.5...
View Article