User Activity

Hi,I am using STM32G474 with STM32CubeIDE.I need to output the pin HRTIM_SCOUT from the master IC to another IC that will work as slave. I am trying for so long... but it is not working.Here is a piece of code that can help understand what I am doing...
Hi,I am using STM32G474 with TIM1, TIM8 and TIM20 and working with STM32CubeIDE.I want to updatethe ARR, CCR1, CCR2 and CCR3 regs at the same time. I taught that with the preload register it can be done but it doesn't work for me.So how can I do to s...
Hi,I am trying to use the STM Studio in snapshot mode but I got some errors.1) Core/Src/acqTrigger.c:310:16: error: '_FAR_DATA_' undeclared 2) Core/Src/dataAcq.c:228:17: error: 'g_dataTraceBuffer' undeclared And other...There is any explanation of ho...
Hi,when I took two variables and perform a multiplication between them with the STM32CubeIDE, the multiplication itself its made automatically with the multiplier module in the fastest way or there is something I need to do/configure to make it faste...
Hi,I am using 3 ADC modules triggered with TIM3 to start in the same time.I read the result in the DMAx_Channely_IRQHandler function and for debug only I do a toggle in a GPIO.I have 3 DMAx_Channely_IRQHandler functions , one for each ADC with DMA an...
Kudos from