Early GPIO initialisation before main()

Is there a way to initialise a GPIO earlier than in main() without modifying NCS/zephyr code?

We tried an PRE_KERNEL_1 init() function, but this is rather late still.

Might partially be due to CONFIG_ENTROPY_CC3XX=y (https://devzone.nordicsemi.com/f/nordic-q-a/81498/nrf52840-startup-delay).

Is there a way to get before CRYPTOCELL and RNG initialisation?

NCS2.0.2

nRF52840

matter

Parents Reply Children
No Data
Related