This post is older than 2 years and might not be relevant anymore
More Info: Consider searching for newer posts

How can I set fpu_interrupt_mode?

Hi Devzone!

I'm planning to integrate fpu_fft with ble_app_uart, and did it.

I wanna use IRQ of fpu_fft but I can't find where I should define fpu_interrupt_mode.

Where can I find it?

Best regards,

Baek

Parents
  • HI Baek, 

    in the nRF5_SDK_16.0.0_684aa2c\examples\peripheral\fpu_fft\pca10040\s132_irq example we're defining the FPU_INTERRUPT_MODE in the Preprocessor Definitions. 

    In SES, right-click the project, click Options, select the Common configuration in the drop-down menu in the upper right corner, then navigate to Code > Preprocessor > Preprocessor Definitions and add FPU_INTERRUPT_MODE there. 

    Best regards

    Bjørn

Reply
  • HI Baek, 

    in the nRF5_SDK_16.0.0_684aa2c\examples\peripheral\fpu_fft\pca10040\s132_irq example we're defining the FPU_INTERRUPT_MODE in the Preprocessor Definitions. 

    In SES, right-click the project, click Options, select the Common configuration in the drop-down menu in the upper right corner, then navigate to Code > Preprocessor > Preprocessor Definitions and add FPU_INTERRUPT_MODE there. 

    Best regards

    Bjørn

Children
Related