Hello,
I am curious, does nRF52832 support USB Type-C in terms of data transfer and Power Delivery? Or will I need another MCU to handle data transfer and Power Delivery, controlled by nRF52832?
Thank you
Hello,
I am curious, does nRF52832 support USB Type-C in terms of data transfer and Power Delivery? Or will I need another MCU to handle data transfer and Power Delivery, controlled by nRF52832?
Thank you
The nRF52832 doesn't have any USB support at all - you need the nRF52840 for that.
See the Product Specifications for details
Oh, I missed that part.
Therefore, since I'll need to connect it with another micro controller, which one will more likely to be supported with nRF52832?
I'm currently using P-NUCLEO-USB001 which is using STM32F072. Are they compatible and what communication protocol I can use?
Thank you in advance
There is no specific "compatibility": The nRF52832 has UART, SPI, I2C and GPIO, as does the STM32 - so you can use them in whatever way(s) fit your application.
Got it. Thank you!
Got it. Thank you!