Topic : UDIV, SDIV stm32f103ze

Forum : ARM

Original Post
Post Information Post
August 7, 2010 - 4:42pm
Guest

How can i force Ride7 to use SDIV or UDIV hardware division functionality of STM32 Devices.
Is ther anything special for configuration of stm 32 devices?
Is there any support in C for this and how can i use or implement this in c-code perhaps as inline assembling?

Replies
Post Information Post
+1
0
-1
August 18, 2010 - 9:22pm
Guest

I found out that Gnu Compiler already supported UDIV, SDIV by investigation of the created assembler file.
That`s all i want to know.