Re: nRF52833 #nrf52832
Jason Bens
Hi,
I’m not an expert in this by any means, but I’d like to point you to https://docs.zephyrproject.org/latest/reference/kconfig/index-all.html , which is a list of all of the config symbols as defined by Zephyr. Unfortunately, I don’t see your config option there, or any similar-sounding options.
Additional Kconfig options can be defined elsewhere in your project. For example, I have a kconfig.proj file in the base of my project with additional lines like
config AUDIO_BIT_DEPTH_16 bool "16 bit audio"
This file may need to be explicitly added in CMakeLists file, but adds additional user-defined options. Nordic boards also have additional Kconfig files in their board directory, potentially adding more configuration options. If CONFIG_DEBUG_PORT_ACCESS came from a sample and you only copied the prj.conf setting, you may have missed the definition in one of these files.
Hope that helps,
From: users@... <users@...>
On Behalf Of Carles Cufi via lists.zephyrproject.org
Sent: February 2, 2022 4:05 PM To: mohamed.belaroussi@...; users@... Subject: Re: [Zephyr-users] nRF52833 #nrf52832
External Email: Hi Mohamed,
This look like a question related to Nordic’s nRF Connect SDK. Please ask this question in Nordic’s Devzone instead:
https://devzone.nordicsemi.com/
Thanks!
Carles
Hello,
warning: attempt to assign the value 'y' to the undefined symbol DEBUG_PORT_ACCESS
Note, I am using this version of Zephyr
It looks like I am missing a file where DEBUG_PORT_ACCESS is defined.
Kind regards
|
|