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...
You dont show designer structure for container and list, but i mean you miss your idea add more lists into one scroll container. This cn work only if you calculate and change Y for all next list after render previous, not very usable.Normal way is ad...
Yes i check all this examples and have working real CEC . Then i need some testing device as Initiator i name it master. In AV normal TV have logical address 0 and logical addr is used to communicate. But define for address 0 in STM headers set 01 ...
No when you read exist way to store marker in memory instead flag reset, or as i write here instead nvic reset use IWDG or WWDG when isnt used in application. This set marker state flag as you try read my post in KB or bpm postsAnd no RAM isnt erased...