We for testing CEC client device require emulate master. In normal device code we set hcec.Init.OwnAddress = CEC_OWN_ADDRESS_x but for TV master how is right choice? hcec.Init.OwnAddress = CEC_OWN_ADDRESS_NONE;
or
hcec.Init.OwnAddress = CEC_OWN_ADDR...
Actualy i test ST licensing in KEIL 6. Error: *** Project 'xxx', Target 'xxx', Device 'STMicroelectronics::STM32G431CBTx' is not supported by Toolchain ! ***. this is result with target set to G431, but size of my code is only 15k, why cant use comp...
HI, i use CC2 on TIM1 set as input capture measuring pulse period and store in array
/* USER CODE BEGIN TIM1_Init 1 */
LL_DMA_SetPeriphAddress(DMA1, LL_DMA_CHANNEL_3, (uint32_t)&TIM1->CCR2);
LL_DMA_SetMemoryAddress(DMA1, LL_DMA_CHANNEL_3, (uint...
Hi, i start design on G4 and am confused with internal ref in MX.1. Internal REF for ADC isnt real internal, but Vref2.Internal ref for comparators is 1/2 1/4 3/4 ... , but from what ?3. ADC stop working without VREF+ pin voltage, but comparator work...
Maybe start read docu and after maybe ask . U5 is designed for save external components,Result is normal application dont require fetch from QSPI or SD, but can store GUI when is bigger as flash.STM demo store in QSPI for example long animation. (30M...