Open martiles opened 5 years ago
Change to: CONFIG_BOARD_NRF9160_PCA10090NS https://github.com/Rallare/fw-nrfconnect-nrf/blob/27e0b51f5a5c1aa80acd3506d6170b263710ae83/samples/nrf9160/adc/src/main.c#L19
Add this in all prj.conf: CONFIG_MAIN_STACK_SIZE=4096 https://github.com/Rallare/fw-nrfconnect-nrf/blob/27e0b51f5a5c1aa80acd3506d6170b263710ae83/samples/nrf9160/adc/prj.conf#L21
Looks like many other examples also need to have the stack upped. PR to "nrf" to change the defconfig for nrf9160 non-secure might be a good idea?
Change to: CONFIG_BOARD_NRF9160_PCA10090NS https://github.com/Rallare/fw-nrfconnect-nrf/blob/27e0b51f5a5c1aa80acd3506d6170b263710ae83/samples/nrf9160/adc/src/main.c#L19
Add this in all prj.conf: CONFIG_MAIN_STACK_SIZE=4096 https://github.com/Rallare/fw-nrfconnect-nrf/blob/27e0b51f5a5c1aa80acd3506d6170b263710ae83/samples/nrf9160/adc/prj.conf#L21