6 years, 9 months ago.

Find Peripheral registers for a module

Is there any possibility to find the registers used by a module? For example on FRDM-K64F there is a struct which contains all the registers used by UART module(UART_Type). I need a way to find the addresses of the registers use by a peripheral module. For UART, I need to know: UART0- registers from 0x4006A000u to 0x4006aFFF. I need a standardised way/ a library/ a method to find this addresses for any given module on a board( like UART, I2c, SPI...). Thank you!

Be the first to answer this question.