Part Number: TMS320VC5502 Other Parts Discussed in Thread: SEGGER Tool/software: I updated my CCS v12.6 to v12.8 today. Two items were updated -- a driver for the SEGGER debug probe and a flash driver for an AMD chip (I believe). I am using neither of…
Part Number: TMS320VC5502 Tool/software: Will the following code write to m_logBuffer as desired when the buffer is at address 0x0004'9C40 or will it also write to someplace else (like 0x0000'9C40)?
My system is crashing when I write to this…
Part Number: TMS320VC5502 Tool/software: I am trying to set up for the first time an ostrstream object, but it crashes the firmware to UTL_halt() when written to.
e.g. g_diagLog << "Hello World" << endl
class CDiagLog : public …
Hi Pawel,
I'm doing a similar update of a TMS320VC5502 project from CCS v2.0 to CCS v12.7
Here's my list of installed components that has been working for me:
Note: I found that DSP/BIOS v5.42.01.09 was the last version that had the proper library…
Part Number: TMS320VC5502 Tool/software: I have a DSP board whose chip is TMS320VC5502, and have a emaulator is XDS510PP Plus, But I do not know which CCS Version is match, I try CCS7.0, CCS10.0 and the CCS12.0,but none of them works. I can't find the corresponding…
Part Number: TMS320VC5502 Tool/software: I'm wondering whether it would be appropriate to ask on this forum a question regarding a .zip archive that no longer exists on the internet.
I'm looking for the archive spi_boot_files.zip originally provided…
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: I've created a hex file for the TMS320VC5502 using the CCS v12 Project | Properties | Build | C5500 Hex Utility.
My processor boots from SPI Serial Flash (BOOTM[2:0] = 001: SPI_EPROM_BOOT)
Is there a way to…
Part Number: TMS320VC5502 Tool/software: Is there a way to compare build configurations to see the difference between them?
I have the following build configurations:
Is there a way to compare them without opening each one and comparing properties…
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 is…