Rallare / fw-nrfconnect-nrf

nRF Connect SDK nrf tree
http://developer.nordicsemi.com/nRF_Connect_SDK/doc/latest/
Other
27 stars 45 forks source link

ADC sample needs some changes #1

Open martiles opened 5 years ago

martiles commented 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

Rallare commented 5 years ago

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?