User Activity

​We found a weird behavior on the STM32F334 device:The requirement is to have 2 HRTIMER's which are locked in phase to generate output PWM's.Currently we use HRTIMER1A and HRTIMER1B for the PWM's. The master timer is used to generate reset on MST per...
We encountered a big issue with the ADC's in a project.The G4 device has 4 ADC's configured (ADC1, ADC2. ADC3, ADC5).ADC1 and ADC2 are sampled simultanious and triggered by HRTIMER1A interrupt with 4 channels each.ADC3 and ADC5 are in independent mod...