Skip to main content
GeetikaJain
Visitor II
October 17, 2018
Question

Is it possible to use some vectorization with STM32H753XIH6. Any help? or pointers for SIMD options on STM32H753XIH6.

  • October 17, 2018
  • 1 reply
  • 795 views

I'm trying to implement a vectorized program on STM32H753XIH6. I tried using mmintrin.h for implementation of simultaneous processing of data. but seems it is not compatible with cortex-m7. Using IWMMXT gives following error:

warning: switch -mcpu=cortex-m7 conflicts with -march=iwmmxt switch

error: iWMMXt unsupported under Thumb mode

Is it possible to use some vectorization with STM32H753XIH6. Any help? or pointers for SIMD options on STM32H753XIH6.

This topic has been closed for replies.

1 reply

Tesla DeLorean
Guru
October 17, 2018

I don't think that's the type of SIMD on the CM4 and CM7, you should perhaps be looking for examples targeting the CM7 not the ARM A cores.

Tips, Buy me a coffee, or three.. PayPal Venmo (See Profile) Up vote any posts that you find helpful, it shows what's working..