Hello!!
I'm using USB C Type port to Charging battery and USB mass storage class.
My development platform is nRF5340 with nRF Connect SDK in MacOS.
In my known information, Writing file and mass storage class is not working in parallel.
So, I want to know how to identify usb is connected or just charing state.
In my use case, I want to write sensor data file when usb is not connected.
Thanks!!