Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

HAL HCD and PCD modules are missing in stm32c0xx_hal_conf_template.h #1

Closed
fpistm opened this issue Nov 13, 2024 · 1 comment
Closed
Assignees
Labels
bug Something isn't working hal HAL-LL driver-related issue or pull-request hcd USB Host Controller Driver pcd USB Peripheral Control Driver usb Universal Serial Bus
Milestone

Comments

@fpistm
Copy link

fpistm commented Nov 13, 2024

Since STM32C071xx has been released, USB is supported but HAL HCD an PCD are missing in the stm32c0xx_hal_conf_template.h

#define HAL_PCD_MODULE_ENABLED
#define HAL_HCD_MODULE_ENABLED 
#ifdef HAL_PCD_MODULE_ENABLED
 #include "stm32c0xx_hal_pcd.h"
#endif /* HAL_PCD_MODULE_ENABLED */

#ifdef HAL_HCD_MODULE_ENABLED
 #include "stm32c0xx_hal_hcd.h"
#endif /* HAL_HCD_MODULE_ENABLED */
@fpistm fpistm changed the title HAL HCD and PCD module missing in stm32c0xx_hal_conf_template.h HAL HCD and PCD modules are missing in stm32c0xx_hal_conf_template.h Nov 13, 2024
fpistm added a commit to thernstig/Arduino_Core_STM32 that referenced this issue Nov 13, 2024
See STMicroelectronics/stm32c0xx-hal-driver#1

Signed-off-by: Frederic Pillon <frederic.pillon@st.com>
fpistm added a commit to thernstig/Arduino_Core_STM32 that referenced this issue Nov 14, 2024
See STMicroelectronics/stm32c0xx-hal-driver#1

Signed-off-by: Frederic Pillon <frederic.pillon@st.com>
@ALABSTM ALABSTM self-assigned this Nov 15, 2024
@ALABSTM ALABSTM added bug Something isn't working hal HAL-LL driver-related issue or pull-request labels Nov 15, 2024
@ALABSTM ALABSTM added usb Universal Serial Bus pcd USB Peripheral Control Driver labels Nov 22, 2024
@ALABSTM ALABSTM added the hcd USB Host Controller Driver label Dec 2, 2024
@ALABSTM ALABSTM added this to the v1.3.0 milestone Dec 2, 2024
@ALABSTM ALABSTM moved this from To do to Analyzed in stm32cube-mcu-cmsis-dashboard Dec 2, 2024
@ALABSTM
Copy link
Contributor

ALABSTM commented Dec 2, 2024

Hi @fpistm,

You're absolutely right. But, good news, this has been fixed in the frame of release 1.3.0 published around two weeks ago.

#define HAL_HCD_MODULE_ENABLED

#define HAL_PCD_MODULE_ENABLED

With regards,

@ALABSTM ALABSTM closed this as completed Dec 2, 2024
@github-project-automation github-project-automation bot moved this from Analyzed to Done in stm32cube-mcu-cmsis-dashboard Dec 2, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working hal HAL-LL driver-related issue or pull-request hcd USB Host Controller Driver pcd USB Peripheral Control Driver usb Universal Serial Bus
Projects
Development

No branches or pull requests

2 participants