You need to specify that SPI is used as master: CONFIG_NRF52_SPI0_MASTER=y
niedz., 25 lut 2024 o 21:22 Mauro Sollar napisaĆ(a):
> Hi,
>
> I'm trying to use the BMI160 sensor with the Nordic nRF52832-dk Kit, help
> me please!
>
> Kconfig Configuration:
>
> System type
> nRF52 Peripheral Selecti
Hi,
I'm trying to use the BMI160 sensor with the Nordic nRF52832-dk Kit, help
me please!
Kconfig Configuration:
System type
nRF52 Peripheral Selection
(*) SPI 0
Device Drivers
(*) SPI Driver Support
(*) SPI character driver
(*) Sensor Device Support
(*) Bosch BMI160 Inertial Me
Hi Anders,
Welcome to NuttX !!!
Yes, you are right, the rp2040 port doesn't yet have support for uniqueid.
If you want to add it, please enter inside nuttx/arch/arm/src/ and "git
grep uniqueid" for a reference how it is done in other chips.
Example in cxd56xx arch:
arch/arm/src/cxd56xx/cxd56_ui
Having just started to play with nuttx running on Raspberry Pi Pico, I
discovered that configuring support for the unique id functions results in a
build of nuttx that fails. My understanding is that support for this is not
currently added. One can find code for this for other boards in the
cor