Hi,
we used NRF_UARTE_Type POWER for the "peripheral power control" of the UART interface on nrf51 - works fine.
After trying to port the nrf51 to nrf52 I found out that POWER is missing in the NRF_UARTE_Type struct. the nrf51_to_nrf51.h does not help or give more details.
- is there a way to calculate the right pos of POWER in the struct (after [X] reserved at end of struct) ?
- is the peripheral power control of UARTE handled differently on nrf52 ? (UART!=UARTE ?)
thanks