Forum Post: SwitcherPro chooses feedback resistors in hundreds of Ohms...
Hi - I am using SwitcherPro to investigate a TPS62110 circuit to supply 1.9 Vdc. The feedback resistors SwitcherPro selected were 244.3 Ω & 374 Ω. The datasheet values are all in the hundreds of...
View ArticleForum Post: RE: CCSv5.4
Hi Naresh,I hope you've declared a and b globally as int16 datatype.I too check the same on my C2000 launchpad:Uint16 x=4,y=2,a=0,b=0; //In main added the following lines if(x>y) { a=1; b=2; } Here...
View ArticleForum Post: RE: Where is manual JTAG or Spy-Bi-Wire selection offered in CCS...
[quote user="Chester Gillon"]Since the CCS user interface didn't have a method of calling MSP430_Configure (INTERFACE_MODE) in the emulator driver to force Spy-Bi-Wire protocol I was unable to use CCS...
View ArticleForum Post: RE: Linux CCS5.5 builds are extremely noisy
Hi, glad it worked when sudo. It is more or less known that you need full permissions.Best Regards,Lisa
View ArticleForum Post: RE: armv5 compiler
I have the ARM5 compiler tools installed and I still get the error message stating I need to install the ARM5 compiler when importing the board files from the example folder. So far, I'm not very...
View ArticleForum Post: Ti Resource Explorer, AM3359, Generic Example, Hello Example,...
Start from installer, TI Resource Explorer, AM3359, Generic Example, Hello Example,result configured as Cortex M3with clean install of 5.5.0.00077
View ArticleForum Post: RE: #10010 and #10056 erorrs in ALL example programs
Hi Philip,What version of the launchpad are you using?There are two versions of the Launchpad.1. LM4F Launchpad 2. Tiva Launchpad Because, of the re-brand to Tiva, TM4C123 replaced LM4F. As far as...
View ArticleForum Post: ccs compilation
respected sirIn ccs, while we are dumping a program into the tiva_c_series launchpad,after debugging the console window dispalying an error that...
View ArticleForum Post: RE: #10234-D: unresolved symbols remain
I already tried it and it did'nt help.
View ArticleForum Post: RE: #10010 and #10056 erorrs in ALL example programs
[quote user="Chester Gillon"]These errors are because projects have ended up with both a tm4c123gh6pm_startup_ccs.c source file from the CCS installation and the startup_ccs.c source file from the...
View ArticleForum Post: RE: ccs compilation
Hi,this is likely caused by one of two things- permissions, ie ccs does not have full permissions to access that directory- the include path to that project/those files is not there. See this...
View ArticleForum Post: RE: Where is manual JTAG or Spy-Bi-Wire selection offered in CCS...
[quote user="Markus"]Is there any other reason adding the manual selection?[/quote]I am not aware of any other reason for adding the manual selection.[quote user="Markus"]We've had support issues in...
View ArticleForum Post: RE: Source file issue
[quote user="Piotr Gumkowski"]There must be something wrong with my CodeComposer Settings or my system now I've got 3 bugs: 1st:Can't find a source file at "/tmp/TI_MKLIBeR36VQ/SRC/copy_zero_init.c"...
View ArticleForum Post: RE: Ti Resource Explorer, AM3359, Generic Example, Hello Example,...
Thanks for the reply.In my case, I was looking for AM3359, skimmed to the end of the list, and selected it, assuming "AM3359" and "AM3359" were the same.I was under the (mistaken?) impression that the...
View ArticleForum Post: RE: Multi-line Comment
JohnS,Thanks for your reply, it helped me find the block comment option in the version of CCS that I'm using.[quote user="JohnS"]One thing you can do is write your comments first and then go back and...
View ArticleForum Post: LM2586-ADJ WEBENCH
Hello,Customer wants following boost converter. Vin:18V to 36V Vout:48V/0.5A I simulated LM2586 circuit using WEBENCH from LM2586 production page using above requirement but result is “Design...
View ArticleForum Post: RE: Dangling Pointer !
-stack 0xF000 /*Primary Stack Size 50KBytes*/ -sysstack 0x0E00 /*Secondary Stack Size 10KBytes*/ -heap 0x6000 /*Run time Heap memory 24KBytes*/ -c /* Use C linking conventions: auto-init vars at...
View ArticleForum Post: RE: #10234-D: unresolved symbols remain
From the info provided, hard to tell what else can go wrong. Suggest you do a "clean", "build" and post the build log. Possibly you are compiling some other source file.
View ArticleForum Post: RE: bug with importing platform in RTSC tools
Brandy,Sorry, I guess this thread went under the radar. Are you still having this issue?Regards,Rafael
View Article