cancel
Showing results for 
Search instead for 
Did you mean: 

Using comple CMSIS DAP package with Cube-AI

ABasra
Associate II

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

1 REPLY 1
fauvarque.daniel
ST Employee

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


In order to give better visibility on the answered topics, please click on 'Accept as Solution' on the reply which solved your issue or answered your question.