Hi Rafael, Thanks for providing the video link. Following the process mentioned in the video, my XDS110 debug probe is able to power the target(through Aux. functions) and program it as well. However, I had an understanding that VTRef pin of JTAG provides power in case the target is not powered. If I connect XDS110 in CC1310 LP to my custom board, my custom board is powered and programmed through same 10 pin ARM JTAG. However, while using XDS110 debug probe, we have to power the target through Aux functions. Please clarify the difference in VTRef pin of XDS110 CC1310 LP and VTRef pin of XDS110 debug probe. Thank you!
↧
Forum Post: RE: CCS/TMDSEMU110-U: TMDSEMU110-U not working
↧
Forum Post: RE: TINA/Spice/SM74611: SM74611 Spice3
Okay, thanks!
↧
↧
Forum Post: RE: CCS/CODECOMPOSER: Java heap space issues
Thanks, the rebuild of the index did the trick. No more Java heap warnings! Regards, Jan
↧
Forum Post: CCS/TMS320F280041: TMS320F280041
Part Number: TMS320F280041 Tool/software: Code Composer Studio Hi I am using F280041 on a custom card. When I try to run debug session through xds200v2 emulator CCS 7.4.0 crashes. CCS 7.4.0 installed on Windows 7 (SP1) Dump file is attached Massimo Ceschi (Please visit the site to view this file)
↧
Forum Post: RE: TINA/Spice/LM5141-Q1: Webench to TINA AC analysis
Hi Herman, Neither of the suggestions above seemed to make a difference. I went ahead and downloaded the Webench file to TINA and only changed the input to a unit step function up to 18V. Can you please take a look at the attached file and see if you can get a proper loop response? (Please visit the site to view this file) Thank you in advance for your support! -Jared
↧
↧
Forum Post: RE: CCS: Move compilers from CCSv7 to CCSv8?
CCS installs them under ccsv8/tools/compiler Often I just end up copying them to /ti You can also download them from the compiler download page and then it will let you install them where you want and CCS will discover them afterwards as long as the path is in the discover path. www.ti.com/.../download.html Regards, John
↧
Forum Post: RE: WEBENCH® Tools/TPS54560: Coilcraft inductors
Hi Kiran, Okay, so the Idc(A) is the Isat(A) value. If i look at an alternative part from Wurth - 7447709330 I get the following in WEBENCH The Wurth datasheet shows So in this instance the Isat figure isnt used? Howard
↧
Forum Post: CCS/CC2650STK: where to find "ccs cloud sensor tag demo" files
Part Number: CC2650STK Tool/software: Code Composer Studio I am new to BLE and CCS, I have cc2650stk and debug DevPack. I wanted to follow the steps posted on CCS YouTube title "using the CC2650 with cloud tools". I can't find the file "CCS cloud SensorTag Demo" ? Looks like the new version of CCS files are little different. Any suggestion on other demo I can watch?
↧
Forum Post: RE: TINA/Spice/TINA-TI: Simulation model for Controller Area Network (CAN) for TINA-TI
Natesan, TINA-TI does not support VHDL models. TINA Industrial might support VHDL models, but you would have to confirm that with the TINA vendor, Designsoft. Regards, John
↧
↧
Forum Post: RE: TINA/Spice/OPA376: OPA376 Transient Analysis with Tina-TI
Ming, You could try to constrain the max step size. Go to Analysis >> Set Analysis Parameters >> Change "TR maximum time step" to say 100n or so.
↧
Forum Post: RE: CCS/TMS320F28069: Using PC-Lint with CCSv8x
Thanks John! Much appreciate you sharing your findings with the community!
↧
Forum Post: RE: TINA/Spice/OPA376: OPA376 Transient Analysis with Tina-TI
Ming, I suspect the distortions are due to a transient simulation time steps that are too big. The default max step size can be seen in the table at Analysis/Set Analysis Parameters. The default setting for the TR Maximum Time Step is " 10G " which is an adaptable step size that changes from step-to-step. The distortion disappears if the " 10G " is changed to a smaller fixed max time step, like 1 micro-second (1u). Please give this a try and let me know if you still see the problem. Regards, John
↧
Forum Post: RE: CCS/EK-TM4C1294XL: gmake: *** [main.obj] Error 1 : ---> what could be the problem?
Hello, It looks like you have spaces in your workspace folder name. It also looks like your workspace folder has a special character "&". Both are not recommended: software-dl.ti.com/.../sdto_ccs_build-errors.html Please try using a workspace folder without special characters and with no spaces in the name (and path). Thanks ki
↧
↧
Forum Post: RE: WEBENCH® Tools/LM25118: LM25118 – About same circuit for multiple output
Hi Abhishek Tripathy The attached file is my schematic for the requirement. I am not sure it could work to meet what I want. Could help me to check it and provide some suggestions to me? (Please visit the site to view this file)
↧
Forum Post: RE: TINA/Spice/OPA376: OPA376 Transient Analysis with Tina-TI
Hi John, It looks not helpful to set TR Maximum Time Step to 1000G or even 1000T, but it looks OK to just set TR truncation error factor to 1 from 8. Thanks for showing me the way of where to change the parameters. Ming
↧
Forum Post: RE: Compiler/TMS320C6424: Cannot apply copy table operator on compiler/linker >=CGT7.3.x
Hello George, another problem that arises, when ‘table()‘ is forbidden for .cinit is that you cannot hold multiple applications in flash anymore and load them on request. We’re currently using our flash memory to hold multiple applications and are loading them on request by using the copy tables of each application and applying a relocation offset. The applications have been stored consecutively one after the other in flash memory. Each application has been compiled and linked as if it were located at the flash base address. The copy routine takes care of the actual position of an application in flash. Each application comes with a program header that allows identifying it, its size and so on. The technique is useful for a system for example that needs a bootloader application as a fallback and that’s capable of flashing the actual application without risk in case the actual application’s code is defect. So, how can that be done, if .cinit has to be on a fixed location in flash on the newer CGTs now? Well, at the time disallowing ‘table()’ on .cinit on the newer CGTs just takes away functionality that was useful in the past. I currently don’t see any advantage in making this an error. But, as I already said, maybe there’s a better approach using the tools, I have overlooked. How would you do that? Best regards, Flux.
↧
Forum Post: RE: Compiler/MSP430F2272: Compiler option -mmcu vs. -mcpu
[quote user="Zlatan1988"]But I in future I want to use the -mcpu [/quote] That is not supported. Future releases of the GCC MSP430 compiler will not accept the option -mcpu. Now is the time to change to using -mmcu instead. Thanks and regards, -George
↧
↧
Forum Post: RE: Compiler/CODECOMPOSER: Format Specifier for System_printf();
Thank you ToddMullanix. %lld doesn't work (as you mentioned). Also %hd doesn't work (should be expected per your comment). So I guess nothing new I believe. Thanks again.
↧
Forum Post: RE: CCS/CC2640R2F: COM_TI_SIMPLELINK_CC2640R2_SDK_INSTALL_DIR of Link Resources can't change with new value in CCSv7.4
Hello, Instead of manually modifying the variables, select the 2.20 SDK option in the list of Products This should update the variables automatically. Don't forget to do this for the library project also. Note that even when doing this, there may be other build settings you may need to change. It might be better to simply re-import the example from 2.20. Follow up questions on building the SDK example should be posted in the BLE forum. Thanks ki
↧
Forum Post: RE: CCS/TMS320F280041: TMS320F280041
Hello, Thank you for the dump file. Can you also provide the TI Emulators pack version you are using? The dialog can be found under "Help -> About Code Composer Studio -> Installation Details" Thanks ki
↧