BSP Include CMSIS header Sysprogs forums › Forums › VisualGDB › BSP Include CMSIS header This topic has 2 replies, 2 voices, and was last updated 1 year, 6 months ago by support. Log In Register Lost Password Viewing 3 posts - 1 through 3 (of 3 total) Author Posts May 3, 2023 at 09:35 #34191 bflanneryParticipant Is there a way to include the CMSIS Device/Core files without including HAL or LL driver frameworks? Without either of these options checked any includes of “stm32h7xx.h” do not resolve. Do I need to make my own BSP or is there a workaround? May 3, 2023 at 10:31 #34192 bflanneryParticipant Figured this out: bsp_include_directories( ${BSP_ROOT}/STM32H7xxxx/CMSIS_HAL/Core/Include/ ${BSP_ROOT}/STM32H7xxxx/CMSIS_HAL/Device/ST/STM32H7xx/Include/ ) This reply was modified 1 year, 6 months ago by bflannery. May 3, 2023 at 12:22 #34196 supportKeymaster Hi, Indeed, this should work. You can edit this setting via GUI by selecting the BSP in Solution Explorer and opening its properties. See this page for a detailed overview of the embedded CMake projects and various options that can be edited. Author Posts Log In Register Lost Password Viewing 3 posts - 1 through 3 (of 3 total) You must be logged in to reply to this topic. Log In Username: Password: Keep me signed in Log In