User Activity

Hello everyone!I'm trying to debug a project based on the following video:https://www.youtube.com/watch?v=PXfCyE-LnR4As one of the steps, after adding the following text:#define CCRValue_BufferSize 37ALIGN_32BYTES (uint32_t DiscontinuousSineCCRValue_...
Hello! I'm trying to synchronize a PWM signal with an ADC (by TRIGGER OUT EVENT). There are 2 issues: 1. The frequency of the PWM signal is 200 Khz and the frequency of the ADC is 12 Mhz. According to the calculation of 14 cycles (12.5 cycles + sampl...