static void MX_ADC1_Init(void)
{
ADC_MultiModeTypeDef multimode;
ADC_ChannelConfTypeDef sConfig;
/**Configure the global features of the ADC (Clock, Resolution, Data Alignment and number of conversion)
*/
hadc1.Instance = ADC1;
h...
Hi,I have tried the Carousel widget, that i know is working on a project with touchGFX 4.10 do you know if there where any issues with widget with newer touchGFX versions? I am using 4.21.3.Cheers
Thank for the help Tesla DeLorean. I have now removed UART IRQ and used internal PLL instead of the external crystal, and I am now able to read, erase and write over and over again without any problems. I have uploaded the new code below, that handle...
OK the main problem is now solved. Instead of invoke "start of timer 1" and "start ADC" in TIM4 IRQ. I let TIM4 be the master of TIM1 (so TIM1 is triggerd by TIM4)by setting TIM1 to:Slave Mode: External Clock Mode 1Triger source to: ITR3Then I set T...
The first image below shows that ADC samples only 20 samples during each period even when input signal i 1 kHz. The second image shows the input signal connected to the ADCs input channels.