Part Number: TMS320F28022 Win7 SP1 32bit, Code Composer 6.13, Piccolo 28022 running at 50MHz.
Sometimes, while stepping through my code, I fond some words on the stack do not get changed while under program control.
For example, My stack pointer may have…
Part Number: TMS320F28022 Tool/software: Code Composer Studio I noticed this in CCS 6, and I was kinda hoping CCS8 would have fixed it.
If I edit a .c file and a .h file, then click the "build all" hammer, only the .c file gets auto saved.
…
Part Number: TMS320F28022 I am having troubles with I2C stability, and want to slow the I2C clock to 1/10 it's normal speed so I can use my PC sound card to capture the I2C signals. The sound card is limited to 20KHz. I thought a 10KHz I2C clock might…
Part Number: TMS320F28022 Tool/software: Code Composer Studio How do I change the colors of the disassembly window while debugging? Want black background, and green and white text.
Thanks, Mark.
Part Number: TMS320F28022 Tool/software: Code Composer Studio Sometimes I want to set the project properties to not erase/program the FLASH.
I do this by menu commands Project->properties->Debug->F28022 Flash Settings then under Flash Program Settings…
Part Number: TMS320F28022 Tool/software: TI C/C++ Compiler I have the following code...
static void (* FunctionCallTable[])(void) = {
/* a */ MenuDoNothing,
/* B */ MenuRebootDevice,
/* C */ MenuShowDspParam,
/* D */ MenuGetDeviceData,
... /*…
Mark,
Hope things are going well, and am sure you are still very busy. I'm going to close this thread for now. If you have the opportunity to revisit this issue please use the "Ask a related question" button and this will make sure it gets back to me…
Part Number: TMS320F28022
Tool/software: Code Composer Studio
CCS v6.1.3 Win7 32bit SP1
I have some external code I have written to capture my project and archive it, but I'd like a little more.
Is there a way CCS can...
1) maybe click a menu item…
Part Number: TMS320F28022 Tool/software: Code Composer Studio Win7 SP1 (32bit). CCS 6.1.3. F28022.
Hi CCSrs:
Is there a log file that details what CCS is doing when I change into debug? If so, where is it (are they)?
I have begun to suspect an issue related…
Part Number: TMS320F28022 Win7 32bit, CCS v8.2.0, F28022.
I just upgraded from CCS v6 to CCS v8, and find the rts2800 library no longer fits in the FLASH area I had previously allocated.
I am working on a quite large project and I'd like to trim that…