Part Number: CCSTUDIO I try to use Code Composer Studio Version: 4.2.4.00033, that I just installed on another PC (Windows 7), because the old PC on which it was working just crashes. I have to add new include paths to my project, because they are now…
Part Number: CCSTUDIO Hello
Would be possible to add one option to disable automatic checking update and sync. with cloud when startup? Always checking update will lower the performace while this is not always necessary.
Thanks!
Part Number: CCSTUDIO Other Parts Discussed in Thread: CC1312R , Hi,
I am using the CCStudio IDE version 21.0.0.14__1.12.0 . I have a CC1312R LaunchPad board and I would like to try out the rfPacketRx project. When I do 'Create a new project' -> Select…
Part Number: CCSTUDIO Hi experts,
I am asking for customer. My customer is using F29H85 and want to use XDS100v3 on ccs 20.5. But when she chose xds100v3 in ccxml, the debuggable CPUs doesn't show any infomation. So I want to know how to do with this…
Part Number: CCSTUDIO Tool/software: My project will not build because CCSTUDIO think that SYS/BIOS is not installed but it is. Any ideas on how to get it to recognize its installed?
Part Number: CCSTUDIO Other Parts Discussed in Thread: TMDSCNCD28379D , TMS320F28379D Hi, I am Ron.
I am using F28379D control Card (TMDSCNCD28379D) and try to use C2000 F2837xD_sci_flash_kernels_cpu01 to practice the boot loader process.
So far,…
Part Number: CCSTUDIO Based on the support library , I am using CIO and testing the time() function supported by <time.h> and my time is delayed by 2 hours.
How can it be resolved?
// 1. Fetch Unix timestamp from host PC over JTAG CIO
time(&raw_time…
Part Number: CCSTUDIO Tool/software: Background : I am migrating from CCS 11.2 to the new CCS 20.2 IDE. This process has been anything but straightforward. It appears that there is no way to support more than one debug configuration within the workspace…
Part Number: CCSTUDIO Other Parts Discussed in Thread: TMS320F28388S Greetings,
I am debugging some CLA code running in the CLA attached to CPU1. When I view the two message RAM in Expressions window and CPU1’s POV, I see what I am expecting in both…
Part Number: CCSTUDIO Dear Expert,
I have already select C11 language. But for below code, I cannot see any output in all the console. Could you tell me how to fix this?
_Static_assert((2 + 2) % 3 == 1, "Whoa dude, you knew!");
Best Regards…