Hi,
I am working on C6416 DSK with a duaghter board on it. I am runnig the
tutorial given in it. They are runnig fine but I am finding it tough
understanding them. Since I am not very good in C i will appreciate if you
could tell me the meaning of the following line
*(short *)dacaddr1 = value;
Where the variables are defined as following:
#define CSADC AVR32BASE
#define WRDAC1 AVR32BASE + 0x4
#define WRDAC2 AVR32BASE + 0xC
unsigned int dacaddr1,dacaddr2
dacaddr1 = WRDAC1;
dacaddr2 = WRDAC2;
short value;
Looking forward for your reply.
Thanks
Akash