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.

AM335x Register

Hi There, I am writing UART2 & UART 4 driver from scrach as it is not available from starterware. I am reading

"AM335x Sitara™ Processors, Technical Reference Manual" It is mention register name but did not find the actual addrees. When i look at the starterware, it is define

#define  SOC_PRCM_REGS                        (0x44E00000)

When i look at the document, it say

1. Initiate a software reset: Set the UARTi.UART_SYSC[1] SOFTRESET bit to 1

 

Q1. How to get the address(memory map) of the register?  Example

UART0_BASE_REGISTER  0x480000, some think like that