zhukowski

Forum Replies Created

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • in reply to: Embedded Profiler and STM32G4 #34338
    zhukowski
    Participant

    Support was added on github over a year ago, just not in the release for some reason.

    https://github.com/sysprogs/SysprogsProfilerFramework/blob/master/ProfilerDriver_STM32_HAL.cpp

    #elif defined(PROFILER_STM32G0) || defined(PROFILER_com_sysprogs_generated_keil_family_STM32G0_Series)
    #include <stm32g0xx_hal.h>
    #include <stm32g0xx_hal_tim.h>
    #elif defined(PROFILER_STM32G4) || defined(PROFILER_com_sysprogs_generated_keil_family_STM32G4_Series)
    #include <stm32g4xx_hal.h>
    #include <stm32g4xx_hal_tim.h>

    in reply to: CMake STM32 C++ #29904
    zhukowski
    Participant

    Yes. Happened. Saw the ENABLE_EXCEPTIONS and ENABLE_RTTI lines being added to find_bsp.
    The next question is how to properly configure the DEBUG and RELEASE configurations separately

Viewing 2 posts - 1 through 2 (of 2 total)