Hello,
I'm trying to use DMA ADC in the arduino IDE and i used the advancedanalog library.
when i'm compiling, it misses the api\DMAPool.h.
now i searched for this file and added it in a new map "api"
but now i get a new error...
fatal error: linux/nodemask_types.h: No such file or directory
so i don't think i have the right DMAPool.h or something else is wrong.
when i tried to download the ADC_Dual_Mode.ino i got the same error...
in Arduino:
board : generic STM32H7 series
board part number: generic STM32H747XIHx

Hello,
I'm trying to use DMA ADC in the arduino IDE and i used the advancedanalog library.
when i'm compiling, it misses the api\DMAPool.h.
now i searched for this file and added it in a new map "api"
but now i get a new error...
fatal error: linux/nodemask_types.h: No such file or directory
so i don't think i have the right DMAPool.h or something else is wrong.
when i tried to download the ADC_Dual_Mode.ino i got the same error...
in Arduino:
board : generic STM32H7 series
board part number: generic STM32H747XIHx