We’re migrating from the nrf52833 to the nrf52840 and noticing some major differences in how they react to being connected Via USB. Our VBUS and Data lines are connected to the port in both devices. On the 52833 board, we see that our device will power on over USB bus power, but the 52840 will not. Are there any changes to the firmware we need to make in order to make this upgrade? We are using LDO mode for Reg 0 and supplying both VDDH and VBUS inputs with the USB 5V
We have tried adding the following code to prj.conf:CONFIG_USB_DEVICE_STACK=y
CONFIG_USB_DEVICE_VID=0x1915
CONFIG_USB_DEVICE_PID=0xCAFE
CONFIG_USB_SELF_POWERED=n