Hi,
I want to program my nRF52833 has tx. The example is provided for pca 10056 and pca 10040. I know that it's possible to change the configuration to use it on pca 10100.
I have already:
- change the board preprocesser to BOARD_PCA10100 and to NRF5833
- add system_nrf52833 and ses_startup_nrf52833
- adjust the RAM size with the help of example provided for pca 10010
My program compiles well, i have already disabled the CC310 backend in sdk_config.h by setting NRF_CRYPTO_BACKEND_CC310_ENABLED to 0, and enable the Oberon backend by setting NRF_CRYPTO_BACKEND_OBERON_ENABLED to 1, as well as setting the NRF_CRYPTO_BACKEND_NRF_HW_RNG_ENABLED to 1.
But when i put the program on the NRF52833, nothing happen, the led isn't on.
I need help please :)
