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
In short: The Arduino Framework for STM32G431 disables the Dead Battery Support for USB-C PD applications without offering conditional compilation for this. However, at least I need Dead Battery Support in my application. The only way to archive this now is to comment out the particular line in hw_config.c
I would like to have a preprocessor symbol that enables Dead Battery Support (i.e. disables the deactivation).
Thank you, regards
Klaus
The text was updated successfully, but these errors were encountered:
Good evening,
my feature request is related to the problem described here:
manuelbl/usb-pd-arduino#20
https://www.mikrocontroller.net/topic/573034#7778987
In short: The Arduino Framework for STM32G431 disables the Dead Battery Support for USB-C PD applications without offering conditional compilation for this. However, at least I need Dead Battery Support in my application. The only way to archive this now is to comment out the particular line in hw_config.c
I would like to have a preprocessor symbol that enables Dead Battery Support (i.e. disables the deactivation).
Thank you, regards
Klaus
The text was updated successfully, but these errors were encountered: