Forum Post: RE: LM2587-ADJ - Formula for Power dissipation
Hi,That formula is a rough approximation that doesn't include efficiency and frequency . WEBENCH is able to include these and other internal details and should be closer to what you will see on the...
View ArticleForum Post: RE: Designated Initializers of const structures
Is there any further documentation on this and on how the compiler initializes const (flash) data?It doesn't seem quite right that you could use designated initializers and not be guaranteed the value...
View ArticleForum Post: RE: Error #10056, "__TI_int46"
[quote user="Robert Lane"]I have no idea what the __TI_int46 symbol is.[/quote]That symbol is for an interrupt vector in flash. On a MSP430F5438A (or MSP430BT5190) int46 is the USCI A1...
View ArticleForum Post: RE: Conversion of the tps7a4701 and tps7a3301 for Tina
DanielThe TPS7A3301 and TPS7A4701 TINA-TI model has been released and will be available in 1-2 days.RegardsRanjani
View ArticleForum Post: RE: F28377D Loading sample (Flash) project into Flash memory and...
dear Rickythank you very much for the quick responseit was very helpful, i have already downloaded the beta 4 version and implemented my codeand finally successfully made it stand alone (boot from...
View ArticleForum Post: RE: CCS V5.3_Can't find a source file at...
Seehttp://processors.wiki.ti.com/index.php/MSP430_FAQ#WDT_fires_during_C_startup_codeI've sign this parameter and i resolve all the problem.
View ArticleForum Post: RE: example code ??
Hi David,ok, glad you found the solution.Best Regards,Lisa
View ArticleForum Post: RE: CCS5.5 bug: cannot import folder-renamed project.
Hi,I just did the following in v6 and found no issues.Step 1 - renamed a projectstep 2 - imported the project to a new workspace.Note you can not have two projects of the same name in a workspace. So...
View ArticleForum Post: Support for hex470 tool
Hello,I am currently using a TMS470M and I want to dump Flash Bank 0 and Bank 1. I have used UniFlash to save memory on following adresses ranges:Start adress: 0x0 Length: 0x10000 (Bank 0)Start...
View ArticleForum Post: RE: Designated Initializers of const structures
Ah, the link works now, it must've been down earlier. That particular bullet point refers to static objects. My question pertains explicitly to const objects.I don't want to know what uninitialized...
View ArticleForum Post: RE: Exec Graph and Thread Load Greyed Out in RTA legacy menu...
Hello,[quote user="Greg Sheets"]If anyone knows why the Exec Graph and Thread Load are greyed out in the RTA legacy menu under the RTOS Analyzer, it would be extremely helpful for me to understand why....
View ArticleForum Post: RE: Difference in AC voltage amplitude displayed by AC analysis...
(Please visit the site to view this file)Hi JC,Thanks for the reply. Please find the TSC file attached. Please note that the final output is the one across node VM1. If the actual output expected in...
View ArticleForum Post: RE: Weird XDS200 behavior, susceptible to nearby static electricity
Brad,That is indeed very strange, but I can imagine that broadband noise caused by static electricity could be one factor in this specific case. I have seen this before (not in emulators, but in other...
View ArticleForum Post: RE: TINA-TI model for the LM4050
JohnThe 2 parts are identical, please use the LM4050-NC5P0 PSpice or TINA-TI model for the TL4050C50
View ArticleForum Post: RE: importing TI model in pspice 10.3
Hi GialliThe TLC272 model on the product website is available in an unencrypted format, so you should be able to import it into older PSpice versions such as 10.3, Please download the specific .lib...
View ArticleForum Post: RE: Code Composer Studio on Fedora 20 (Heisenbug) 64 bits
Excellent! I'm glad we were able to get to the bottom of this.
View ArticleForum Post: RE: Cache tuning Tool in CCS 5.5
[quote user="Jayakrishnan"]I used CCS5.5 function profiler with 64x+ mega module Cysle accurate simulator to collect L1, L2 cache info.[/quote]My mistake - the megamodule sim does model cache. You...
View ArticleForum Post: RE: Problem Adding Starterware Libraries for c6748lcdk
Hello,I got the code to compile, but I'm not sure why it worked.I changed the option in the General Tab for Output format. I changed it from COFF to ELF as shown below:When I did this, the program...
View Article