Skip to content

Use Semaphore in this variant to control M0/M4 #1290

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

Closed
wants to merge 1 commit into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion libraries/SrcWrapper/src/stm32/hw_config.c
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ void hw_config_init(void)
USBD_CDC_init();
#endif

#if defined (STM32MP1xx)
#if defined (STM32MP1xx) || defined (STM32WBxx)
__HAL_RCC_HSEM_CLK_ENABLE();
#endif

Expand Down
1 change: 1 addition & 0 deletions variants/PNUCLEO_WB55RG/variant.h
Original file line number Diff line number Diff line change
Expand Up @@ -121,6 +121,7 @@ extern "C" {
#define FLASH_PAGE_NUMBER 127

#define HAL_IPCC_MODULE_ENABLED
#define HAL_HSEM_MODULE_ENABLED

#ifdef __cplusplus
} // extern "C"
Expand Down