Other Parts Discussed in Thread: HALCOGEN
To setup a DMA request every 16 samples of ADC1 I've set:
- Enable ADC1 driver in Halcogen
- Setup FIFO size of 32 in ADC1 Group Event
- Set to 32 the DNDA pointer for ADC1 memory
And, Inside the sys_main.c:
adcInit();
adcEnableNotification(adcREG1,adcGROUP0);
adcREG1->EVDMACR=0x00100005;
It doesn't work. there's something wrong or forgotten?
thank you,
Matteo