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.

Omapl138 read register function in CCS

Other Parts Discussed in Thread: OMAPL138

to write registers in Omapl138 I use function

#define SETBIT(dest,mask)     (dest |= mask)

where dest is  register address and mask is a value that I want to writre.

Previously I used Memory Browser to read registers  in CCS.

Now I need some function to read registers to save it's value. How can I do it?

Thnx.