STMicroelectronics / STM32CubeG0

STM32Cube MCU Full Package for the STM32G0 series - (HAL + LL Drivers, CMSIS Core, CMSIS Device, MW libraries plus a set of Projects running on all boards provided by ST (Nucleo, Evaluation and Discovery Kits))
Other
165 stars 75 forks source link

Feature proposition: half-duplex / one-wire mode support #49

Closed loulecrivain closed 3 months ago

loulecrivain commented 4 months ago

Feature proposition: 1-wire protocol support

Setup Should be any board supported, as described in the README.md of this repository.

Additional context Goal: support standard 1-wire for bootloader communication (with correct USART config - ideally no need for external active components).

Comments ? I'd be glad to receive comments about this feature proposition. Would it be something welcome regarding the scope of this project ?

KRASTM commented 4 months ago

Hello @loulecrivain,

Thank you for the report.

In fact, the driver supports this feature with UART mode, there is an API HAL_StatusTypeDef HAL_HalfDuplex_Init() to enable Half-Duplex mode.

With regards,

KRASTM commented 3 months ago

Hello @loulecrivain,

Please allow me to close this issue, thank you for your comprehension.

With regards,