9 years, 3 months ago.

Default IO Settings

How do I find out the default IO register settings used for this Platform? (nRF51822-mkit)

Example: What are the settings or timing used by nRF51822-mkit with the mbed AnalogIn declaration?

How do I change those settings, or where in the code should I put register writes if I need slightly different settings?

Question relating to:

The nRF51822-mKIT is a low cost ARM mbed enabled development board for Bluetooth® Smart designs with the nRF51822 SoC. The kit gives access to all GPIO pins via pin headers …

1 Answer

9 years, 3 months ago.

Hello,

here are sources : https://github.com/mbedmicro/mbed/tree/master/libraries/mbed/targets/hal/TARGET_NORDIC/TARGET_MCU_NRF51822. There are also available here on mbed as (mbed-src), but currnetly are not updated due to an error.

Look at HAL implementation and you should find there everything you asked above.

Regards,
0xc0170

Accepted Answer