Hello,
I reformatted my PC and installed the latest CCS, XDCtools, SYS/BIOS, and IPC.
I have a dual core project that was executing properly before the updates. As part of the project I have each core blinking one of the one-board LED's. I always do this for a visual sanity check. Upon building the projects under the new CCS I was greeted with many linking errors, for both cores. It seems that a linker.cmd file was expecting the stock memory map. I had to change my .cmd file back to the stock designations. This was annoying but I eventually got everything linked up, this had some complication because I share data between the cores.
Now comes the real issues:
The ARM programed fine and I'm able to debug and everything seems copacetic. The C28 on the other hand, connected and programmed fine at first but would not properly execute stand alone. The program would run correctly with the debugger. I initially attributed this to some linker weirdness, it seemed to me that memcpy wasn't doing its job anymore... After a few tries to get things going the C28 refused to program "unable to write PLL values" "flash algorithm timeout". After a few tries to program the core the C28 now refused to connect.
I've tried different usb cables and different usb ports to no avail. The M3 will still connect and program and it runs fine standalone. This is interesting to me because that meens the M3is not hung at the BOOT_DSP call...
Please help me get connected to the DSP, and then help me get the code running from RAM. Thanks in advance
Nick