Other Parts Discussed in Thread: SYSBIOS,
Tool/software: Code Composer Studio
I'm trying to understand how to use the ROV classic. (Not sure of this should be posted here or under CCS....)
When I pause my application and view ROV Classic, most of the entries on under Viewable Modules are shown in Red and only a few in Green. Examples of Green are Sysmin where I can see my System_printf() buffer. But others such as Clock, Mailbox, Ndk, Task, etc are in Red. If I try to view one, e.g., BIOS, I get "Failed to load module" on the right tab and under something like "Received exception from ROV server: ROV failed to load the module ti.sysbios.BIOS, most likely because it, or a module it depends on, was not found along the package path." In each case I've checked, my cfg has the xdc.useModule() for the module declared as missing. It further says that the PACKAGE_NOT_FOUND: can't locate the package 'ti.sysbios'" for example.
To correct it instructs that I ensure all required products and repositories are checked.Maybe I'm missing a dependent module I don't know I need?
I have the following in Green: Diags, LoggerBuf, Registry, Startup, SysMin and System. All the rest are Red.
SO my question is how to properly setup so that I can use the ROV? Right now I'm trying to view my various stack sizes by looking under Task.
If I understand correctly, CCS7.2 new ROV has probelms? If I try to connect with it my CCS either times out or locks up CCS (running on Win10).