STM32 MCUs Products

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

Release Version Control?

Hi,I'm pretty new to the st and embedded world.I'd like to know what is the recommended way/how do you version control your releases?I'm looking for something better than manually writing the release version in as a const parameter in a configuration...

BBlad.1 by Associate II
  • 453 Views
  • 2 replies
  • 0 kudos

Resolved! stm32h7xx_ll_adc.c doesn't compile for STM32H723xx (1.10.1) when USE_FULL_ASSERT is defined LL_ADC_INJ_TRIG_EXT_HRTIM_TRG2 not defined because H723 doesn't have HRTIM

..\system\STM32H7xx_HAL_Driver\Src\stm32h7xx_ll_adc.c:1056:16: note: in expansion of macro 'IS_LL_ADC_INJ_TRIG_SOURCE' 1056 | assert_param(IS_LL_ADC_INJ_TRIG_SOURCE(ADC_INJ_InitStruct->TriggerSource)); | ^~~~~~~~~~~~~~~~~~~~~~...