Tool/software:
Hi,
If my customer wants to read data from memory-mapped registers (Ex. PD status [40h]), is it correct to access it as follows?
Access Format : Figure8-31 on the datasheet.
- Unique Address = define from ADCIN1/IN2 on Table 8-5.
- Register Number = 40h (PD Status register)
- Byte Count = 4
- Read 4-byte
Also, if they want to write "SWDF" 4CC_command, is it correct to access it as follows?
Access Format : Figure 8-30 on the datasheet.
- Unique Address = define from ADCIN1/IN2 on Table 8-5.
- Register Number = 08h (Command Register)
- Byte Count = 4
- Write 'SWDF' (0x53574446) as data
I want to confirm whether my understanding is correct
Thanks and best regards,
M.HATTORI.