Dear Customer Support,
Reaching out for help / example on couple peripheral configurations
We are using nRF Connect 2.5.0
1-UART
we have the following configuration
we want to configure the TX line P0.20 to be OPEN_DRAIN
The way it is done today is by re-defining P0.20 in the .dts file as a GPIO, and that works
Wondering if they is a better way to embed to OPEN_DRAIN configuration within the uart1_default configuration
-SPI
we are trying to configure a pull down on the the MISO line
we currently use the following configuration
we tried adding this property as documented here
by adding this property
miso-pull-down
Unfortunately, we get this compile error
devicetree error: 'miso-pull-down' appears in /soc/spi@40004000 in C:/GitAV/AutoVentive/application/build_P1/zephyr/zephyr.dts.pre, but is not declared in 'properties:' in C:/GitAV/AutoVentive/external/zephyr/dts/bindings\spi\nordic,nrf-spi.yaml
Please advise how to proceed...
Thank you