You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# Enable USB stack
CONFIG_USB_DEVICE_STACK=y
# Enable USB Initialize at boot
CONFIG_USB_DEVICE_INITIALIZE_AT_BOOT=y
# USB device descriptors
CONFIG_USB_DEVICE_VID=0x2e8a
CONFIG_USB_DEVICE_PID=0x000a
CONFIG_USB_DEVICE_PRODUCT="Pico"
CONFIG_USB_DEVICE_MANUFACTURER="Raspberry Pi"
# Set to "n" for bus-powered devices (powered from the USB host) like the Raspberry Pi Pico.
# Set to "y" for self-powered devices (powered from an external power supply) like PicoDRO hardware.
CONFIG_USB_SELF_POWERED=n
CONFIG_I2C=y
CONFIG_SENSOR=y
the uart does not work when i try to include &i2c0 part...,but without it, the uart works fine...do you know what the problem is with this code?? any response is really appreciated, thx.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
hello everyone, I am trying to enable cdc-acm uart and i2c on raspberry pico using overlay code below :
below is the .conf file :
the uart does not work when i try to include &i2c0 part...,but without it, the uart works fine...do you know what the problem is with this code?? any response is really appreciated, thx.
Beta Was this translation helpful? Give feedback.
All reactions