HOW TO USE STM32G4 FMAC ?
this topic is rare,and i cant find a system learning information,can st develeper friends tell us how to use this peripherals, link to ADC DMA......
this topic is rare,and i cant find a system learning information,can st develeper friends tell us how to use this peripherals, link to ADC DMA......
Hello @siungsuestone,
Seems there is no example as you have described: multiple ADC channel conversions outputted to FMAC. You need to read the AN5305 and start your project your self then if you face any issue you can post that in this forum board.
Inspire from the example provided in CubeG4 here (FMAC_Adaptive_FIR_AN5305). It is using a bidimensional array as input to FMAC:
aInputValues[2][ARRAY_SIZE]
Assume you fill that input with ADC conversions.
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.