Part Number: CCSTUDIO-C2000 Hi everybody,
I am currently trying to customize C200Ware examples with System Configuration Tool for my test board LAUNCHXL-F28379D. In the menu "Switch Board or Device" I can select the CPU type TMS320F2837D as "New Value…
Part Number: CCSTUDIO-C2000 Hello
CCS version Version: 10.2.0.00009.
I have a problem with graph tool whenever i use the dual time graph and single time graph in the same project.
If the dual time graph is open and another single time graph is…
Part Number: CCSTUDIO-C2000
CCSv10.4 require firmware update for XDS200, however finish u pdated, computer cannot identify XDS200 and the ST0 LED also donot turn on. May I ask if anyone meet such issue?
Part Number: CCSTUDIO-C2000
HI
I am using an f280023c processor (and an f230025c on the launcpad)
Currently I can only set 2 HW breakpoints. In the manual for f28002x it says I can get up to 10 breakpoints using the ERAD.
I have searched and…
Part Number: CCSTUDIO-C2000 Hello again! In many examples in C2000, I have noticed that the ADC's are set to use the PWM signals that are output, as triggers to take new samples.
AdcaRegs.ADCSOC1CTL.bit.CHSEL = 2; // SOC1 will convert ADCINA2 AdcaRegs…
Part Number: CCSTUDIO-C2000 Hi Experts, There is the comment in f28004x_pievect.c below. "Do not write over first 3 32-bit locations (these locations are initialized by Boot ROM with boot variables)." Could you please let me clarify the meaning of the…
Part Number: CCSTUDIO-C2000 Hello everyone,
I have a very long nested switch-case branch (about 5000 lines of code). I am trying to understand how the compiler creates the jump table. For me the switch-case branch is a piece of program. Therefore the…
Part Number: CCSTUDIO-C2000 Hi Experts, Could you please let me know how to avoid the waring below?
"C:/Work/temp/branches/.../src/HEADER/F28004x/headers/include/f28004x_device.h", line 197: warning #1173-D: unknown attribute "byte_peripheral" Thank…
Part Number: CCSTUDIO-C2000 How to convert between Q format and float format in ccs? What is the code format? The following code is wrong:
The variables "Notch_parameters.r_k" and "Notch_parameters.notch_outvoltage" are float type, and the variable…
Part Number: CCSTUDIO-C2000 Hi,
It seems that some controller like (F28335) doesn't initialize the ebss section at startup while other (F28379S) does. Is this correct? Initialization of ebss section is very usefull is there any compiler or linker option…