Hello,
I want to read device id by sending sub command DEVICE_TYPE.
First i am sending command 0x01 to control reg which have 0x00 address.
after that i am sending sub command in byte to control reg which have 0x00 address.
then i am reading control reg but it has some different value.As per the data sheet it should have 0x0541 value.
Can you Tell me this sequence is correct to read Device id.If this is wrong tell me the correct sequence.It is Baremetal code.
Thanks