Current Project environment:
- Windows 7 64bit
- TMS320C28335
- CCS 5.2.0.00069
- XDCtools 3.24.5.48
- SYS/BIOS 6.24.4.22
- Compiler: IT v6.1.1
- Custom Board Platform Package
- Spectrum Digital XDS510USB Emulator
Previous Project environment:
- Windows XP 32bit
- TMS320C28335
- CCS 4.2.0
- XDCtools 3.16.3.36
- SYS/BIOS 6.21.3.21
- IPC: 1.20.0.23
- Compiler: TI v5.2.11
- Custom Board Platform Package
- Spectrum Digital XDS510USB Emulator
I was able to upgrade my project from SYS/BIOS v6.21.3.21 to SYS/BIOS v6.24.4.48. That includes all associated packages. . I had to trash the original RTSC SYS/BIOS .cfg file and start a fresh RTSC .cfg file.
I was able to compile and download to my target. However, the system does not start up correctly. I was able to step through the code and I found that BIOS_start() does not complete. The main() would exit debug breakpoint when it finishes the Timer startup and when it goes to SWI startup function.
I am able to see HWI running. But I do not see any tasks or SWI running. Is there something that Im missing.
Thanks.