Skip to main content
ABasra
Associate
January 10, 2024
Question

Using comple CMSIS DAP package with Cube-AI

  • January 10, 2024
  • 1 reply
  • 1207 views

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

fauvarque.daniel
ST Employee
January 10, 2024

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