User Activity

Hi,I have the following configuration:1. ADC converts values and writes it to memory with DMA2. DAC outputs the ADC data also with a DMA3. Both, the ADC and the DAC are triggered by HRTIM TimerA at a rate of 700kHzAll works fine, I can see the data c...
Hi,I have a inline assembly code to implement some math, like:************************************C-Code...asm(" push {%5};"" lsl %5, 1;"" add %5, %3;"...);C-Code*******************************************************Unfortunately I`m not able to ste...
Hi, I need to trigger DAC1 and DAC2 from HRTIM Timer A on a STM32G474. I have set the DAC Sync option inside the HRTIM Timer A settting to generate a DACTrigOut1 event that triggers my DAC1. But DAC has a separate Trigger event that also works for DA...
Hi,I use CubeMonitor V1.8.0 with my STM32G474QET device. Unfortunately the chart inside the dashboard is very small so I can`t work with it. Is there any possibility to set the size of the graph? The only thing I found is the duration in seconds, but...