This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

Modification for FFTC_Multicore_exampleProject.

Hi,

I’m simulating the FFTC_Multicore_exampleProject to learn using FFTC coprocessor.

All cores are using FFTC_A block in the project.

But I want to simulate multicore using multi FFTC block.

For example,

  1. Core 0 use FFTC_B
  2. Core 1/2/3 use FFTC_A

I modified the system_init/Deinit function(added about FFTC_B) and change the fftcInstNum according to coreNum.

But that isn’t right way to achieve my aim.

I got an error message like “ Core 0 : Error parsing result, error : -6 “ at  Fftc_rxParseResult function.


 

What should I do for modification? 

 

Best Regards,

Moly.