Important changes to forums and questions
All forums and questions are now archived. To start a new conversation or read the latest updates go to forums.mbed.com.
7 years, 4 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!