2024-01-09 06:41 PM
Hi,
I am using stm32 cube ai software pack on my stm32l476zg nucleo board. The same is working fine.
But, along with that i want to use fft function available through cmsis dsp package.
I have seen that even the cube ai software pack generates a middleware folder on code generation which has some cmsis function required by the ai modules, but does not contain the fft functions in it which is part of Transform Function directory which is missing
Kindly, provide some insight, how to use both packages together
2024-01-10 01:43 AM
You should be able to use the fft functions provided in the CMSIS package in the STM32Cube firmware under Drivers/CMSIS
By default, if you use STM32CubeMX, the firmware packages are installed under ~/STM32Cube/Repository
Regards