Dear all,
I am designing an application based on the LPC5526 processor where execution speed is very important.
I would like to know how many clock cycles are required to perform an integer multiplication.
According to the official ARM documentation, the Cortex M33 core should use a single clock cycle to perform an integer multiplication. Can you confirm this?

regards