This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

Viewing multiple instances of Datalog module on CCS graphs

I would like to know how I can view multiple instances of the datalog variables on CCS graphs. The graph menus only refer to the DLOG_4CH_buff1, DLOG_4CH_buff2,DLOG_4CH_buff3, DLOG_4CH_buff4 locations. So if I create 2 instances of the datalog module and have 8 different variables, what would be the starting addresses of the second instance.

Is this not possible?

 

Thanks

Vivek

  • Never tried it ... am sure software gurus will reply but unless you are trying to view all simultaneosly (which I am not sure CCS supports) you can use simple software switch to log different variables using the same set of buffers. Again, software switch can be an option only when you don't need all the data logged simultaneously.

  • Thanks!! I guess that would be the only other option. But its interesting because in TIs library for 24xx series written in assembly the datalog module has a variable to fix the starting memory address on the RAM. I dont know why they did away with this.