Part Number: TMS320VC5502 Other Parts Discussed in Thread: TMS320VC5501 Tool/software: It appears that the format of the boot table in my hex file is incorrect.
I've created a release build for the C5502 using CCS v12 and enabled the C5500 Hex Utility…
Part Number: TMS320VC5502 Tool/software: Hello everyone, I've been encountering some issues with the C5502 DSP board. Although I've managed to temporarily resolve them, they reappear after some time. I wonder if there’s a permanent solution to these problems…
Part Number: TMS320VC5502 Hi team,
Will there be a functional problem with the TMS320VC5502PGF300 if there is a frequency deviation of 20MHz + 144ppm on the resonator connected to X1 (62-pin) and X2 (63-pin)? I checked P55 to P58 in the Data Manual…
Part Number: TMS320VC5502 Tool/software: When I launch the CCS Debugger and run to main() my RTOS Object View (ROV) shows the following tasks and task states:
After my firmware is fully initialized and running, when I pause the debugger, my ROV…
Part Number: TMS320VC5502 Does CCS v12 or any of the v4.4.1 C55xx compiler or v5.42 DSP/BIOS have any utilities to show heap allocation/usage? I'm new to CCS and will be needing to verify that my C++ application's use of dynamic memory doesn't exceed…
Part Number: TMS320VC5502 Tool/software: I'm need to allocate a Heap with size 0x20000; however the maximum size allowed by the processor is 0x10000. I could create two memory sections with size 0x10000 each and define a heap of 0x10000 in each of them…
Part Number: TMS320VC5502 How do I specify or find a csl5502.lib archive that supports the large memory model?
I'm importing a CCS v2.0 project into CCS v12.6
fatal error #16019: file "C:/ti/C55xxCSL/lib/csl5502.lib<csl.obj>" specifies small memory…
Part Number: TMS320VC5502 I've imported a v2.0 project into Code Composer Studio v12.6 and after resolving several compiler errors, I'm ready to address linker issues.
After resolving library path issues for the BIOS and RTDX products, I have only several…
Part Number: TMS320VC5502 In my auto-generated maincfg.cmd linker command file, I have the following memory definition on line 190:
MEMORY { PAGE 0: DARAM: origin = 0x400, len = 0xcc00 PAGE 0: VECT: origin = 0x200, len = 0x100 PAGE 0: ExtPgm: origin…
Part Number: TMS320VC5502 Tool/software:
Using a printf statement to debug a CCS v12 project using C5500 CGT v4.4.1 and BIOS v5.42.01.09.
The printf will send output to the debugger Console window but then the processor will halt.
Is this an incompatibility…