2025-12-23 11:17 PM
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......
Solved! Go to Solution.
2025-12-24 1:20 AM
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.
2025-12-23 11:36 PM
try
AN5305 Application note
Digital filter implementation with the FMAC using STM32CubeG4 MCU Package
hth
KnarfB
2025-12-23 11:43 PM
i have read this PDF file, but i want some file about ADC multiple entrance tWITH FMAC,and some detall point
2025-12-24 1:20 AM
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.
2025-12-24 1:36 AM
when decide to triger HAL_FMAC_FilterPreloadCallback ?OutputThreshold or OutputBufferSize or ExpectedCalculatedFilteredDataSize in AN5305 ? thanks a lot。。。。