Hi, i would like to know how can i enable the single-cycle 32 bit multiplier buit-in on the M0 Core. Checking the assembly code every multiplication calls to __aeabi_dmul which i think use shifts to perform the math operation. Can someone put this clear for me?
Thanks in advance.