Forum Post: RE: C2000: MISRA 2004 Rule 5.3 checked?
I still use CCSv3.3.Are there plans to update misra.txt?I also would like to have more detailed information to what degree the rules are covered by the compiler's misra checker.My experiments showed...
View ArticleForum Post: RE: Available for EtherCAT project using CCSv5.5 for previous...
Yes you can use!Regards,Gautam
View ArticleForum Post: RE: 28M36x_GpioG1Dat_Registers.xml
Great Kris,you might also want to take a look at table 4-48 as it doesn't correspond to table 4-59 (GPIO functionality (00) is the default configuration).BR, Johan
View ArticleForum Post: RE: Problem with predefined macros
Maybe, but you don't have to use the VFP with a Cortex M4F.My code should also work when someone uses a Cortex M4F but does not select a VFP in the compiler settings.Thus I definitely have to know if...
View ArticleForum Post: RE: UNIFLASH with custom bootloader TMS320C28346 to use external...
Hi,The Uniflash tool is for programming on-chip FLASH. As you've mentioned the C28346 device does not have flash. Uniflash can load a program into RAM on the device but that program will be lost when...
View ArticleForum Post: RE: Emulation drivers ain't installing....
Hi,Did you try with all the available usb ports? Also try disabling the antivirus, firewall...and check!If "signed drivers enforcement" solves your issue then well and good.Regards,Gautam
View ArticleForum Post: How to set a conditional breakpoint in CCS V5.2.1
I would like to set a conditional breakpoint in my dsp programm. The programm should stop when the breakpoint has been hitted e.g. 100 times. I tried to manipulate the breakpoint via rigth click on the...
View ArticleForum Post: Error occurred during CCS v5.0.2 installation.
Hi. I was trying to install CCS v5.0.2 to develop some project.Down loaded CCS v5.0.2 install file at TI site.During installation procedure, I got error msg like below(it happend during TMS 470 Code...
View ArticleForum Post: RE: CCS v5 Error Compling: [E0200] Unable to resolve this...
Most likely you are using an expression like "x-y" in an instruction, which is not allowed in EABI if both x and y are link-time symbols. You might also be using an expression like "x & 0xffff" or...
View ArticleForum Post: RE: CLA compiler with '--gcc' flag causes internal error
The official answer is that CLA does not support --gcc mode. Do not use --gcc mode with CLA. We are still investigating the internal error, but even after that is fixed CLA will not support --gcc mode.
View ArticleForum Post: RE: Code Composer v4 "Could not create the java virtual machine"
Hi Patrick,a few comments- would you consider using the latest version (v5.5)? I would do this as a full fresh installation. - is this a new issue for you? Does it happen with each workspace? If...
View ArticleForum Post: RE: CCS v5.1 Successful build with errors in Problems window
Hi AartiG,Thank you very much. This was indeed my problem.Updating to 5.5 has presented another problem, which might be better in a separate thread, but here goes. When updating through the IDE (I...
View ArticleForum Post: RE: Debug two DSP simultaneously with CCS5
Configuring two different emulators is actually easier than if they were the same type of emulator. You simply add each emulator separately to the same configuration as you would if they were the same...
View ArticleForum Post: RE: I can't open "*.cfg" files properly with XGCONF in CCSv5
Congrats!Regards,Gautam
View ArticleForum Post: RE: CCSV5.4 for MSP430F471xx speed optimization
Other than this, there does not seem any more optimization techniques for MSP430!Regards,Gautam
View ArticleForum Post: RE: problem with BIN file??
hello everyonewelcome to this forum.Here u find all your questions and get your answers.right now i am unable to find your answer.If you want to see c programming you can go through...
View ArticleForum Post: RE: Fatal error: could not open source file "_gen.c"
Hi KiThanks for reply. But the problem was auto generating file "gen.c" , wasn't creating in debug folder. gen.c file should be created while compiling the source code of our application.thanksVS
View ArticleForum Post: RE: F28335, long long type with Code generation Tools 5.2.11
Hallo,I put in the code, but compilation was not possible, because I use the RAM instead of Flash at the moment, maybe the puts function is to big. So I used only the if's to detect, whether the code...
View ArticleForum Post: RE: Error when trying to import TPS61085 Spice model into TINA-TI
Hi NikhilYou mentioned that you guys are working on a tina-ti spice model for the LM25118.......when about do you guess it will be ready?regardsJohan
View Article