Hello,I also have some problems in using the one cycle 32X32 multiplier of Cortex M0+.The MCU I'm using is MKE02Z16VLC2,and the bus clock is 20MHz,I have tested that
a int32Xint32 operation takes 10us,and a int32/int16 takes 14us,is there anything wrong or I haven't used it correctly?
When I use the DSC MC56F8013,there are many functions such as 'mult_r()' which can be used to optimize the program,is there something similar here?
Best Regards!