I want to add a USB CDC driver to my application on a STM32F446 (self powered device). However, I had to use the dedicated VBUS pin for another function.
According to https://community.st.com/s/article/FAQ-Management-of-VBUS-sensing-for-USB-device-design the software handling of VBUS presence event needs to be implemented by the customer.How can I implement VBUS sensing on another pin SW wise? VBUS i...