curious about the LS1024A EXP CSx BASE register, where can I find it?

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

curious about the LS1024A EXP CSx BASE register, where can I find it?

212 Views
h201668
Contributor III

When I checked the register for EXP CS2 select on the LS1024ARDB, it was as follows.

/***** Registers address *****/

#define COMCERTO_EXP_SW_RST_R APB_VADDR(COMCERTO_APB_EXPBUS_BASE + 0x000)
#define COMCERTO_EXP_CS_EN_R APB_VADDR(COMCERTO_APB_EXPBUS_BASE + 0x004)
#define COMCERTO_EXP_CSx_BASE_R(x) APB_VADDR(COMCERTO_APB_EXPBUS_BASE + 0x008 + 0x4 * (x))
#define COMCERTO_EXP_CSx_SEG_R(x) APB_VADDR(COMCERTO_APB_EXPBUS_BASE + 0x01C + 0x4 * (x))
#define COMCERTO_EXP_CSx_CFG_R(x) APB_VADDR(COMCERTO_APB_EXPBUS_BASE + 0x030 + 0x4 * (x))
#define COMCERTO_EXP_CSx_TMG1_R(x) APB_VADDR(COMCERTO_APB_EXPBUS_BASE + 0x044 + 0x4 * (x))
#define COMCERTO_EXP_CSx_TMG2_R(x) APB_VADDR(COMCERTO_APB_EXPBUS_BASE + 0x058 + 0x4 * (x))
#define COMCERTO_EXP_CSx_TMG3_R(x) APB_VADDR(COMCERTO_APB_EXPBUS_BASE + 0x06C + 0x4 * (x))
#define COMCERTO_EXP_CLOCK_DIV_R APB_VADDR(COMCERTO_APB_EXPBUS_BASE + 0x080)
#define COMCERTO_EXP_MFSM_R APB_VADDR(COMCERTO_APB_EXPBUS_BASE + 0x100)
#define COMCERTO_EXP_CSFSM_R APB_VADDR(COMCERTO_APB_EXPBUS_BASE + 0x104)
#define COMCERTO_EXP_WRSM_R APB_VADDR(COMCERTO_APB_EXPBUS_BASE + 0x108)
#define COMCERTO_EXP_RDSM_R APB_VADDR(COMCERTO_APB_EXPBUS_BASE + 0x10C)

Where can I find the address listed above?

In particular, it is judged that CS2 will operate by finding the address of EXP_CS2.

Please tell me where there is data to verify the address.

0 Kudos
0 Replies