This post is older than 2 years and might not be relevant anymore
More Info: Consider searching for newer posts

nrf51 to nrf52 issues

I'm trying to compile a project I have for nrf51 on nrf52. I am running into errors with macros not being set.

For example: error: #20: identifier "ADC_CONFIG_RES_10bit" is undefined error: #20: identifier "ADC_CONFIG_RES_Pos" is undefined error: #20: identifier "ADC_CONFIG_PSEL_Disabled" is undefined

I also have this issue: error: #20: identifier "ble_gap_enable_params_t" is undefined error: #136: struct "" has no field "gap_enable_params"

Related