User Activity

Hello community,Processor : STM32F105 (Cortex M3)Compiler : GCC 6.3.1I would like to execute the following assembly instruction :udiv R3,R2,R3where :R2 = 64 000 000R3 = 1Instead of getting R3 = 64 000 000, I get R3 = 2047I tried to execute strictly t...