Posted on September 21, 2011 at 11:58Hi The STM32F207 has both an OTG_FS and an OTG_HS. (The OTG_FS seems to be the same as the one on the STM32F107.) It looks like the OTG_FS has been omitted from the STM32F205 and that it is only has an OTG_HS. ...
Posted on May 17, 2011 at 14:18''References even for other microcontroller that include such converter is appreciated.'' SiLabs C8051F350 has 24-bit sigma delta ADCs.
Posted on May 17, 2011 at 14:18ldr r1, [r0, #3]becomesldr.w r1, [r0, #3] @ code 0xD0F80310Rearrange that to 0XF8D01003 to get the actual byte order for the opcode and ldr.w r1, [r0, #3] is correct.Makes sense. Our assembler does the same.Encoding T3...
Posted on May 17, 2011 at 14:18You need to include ldr r1,[r0,#3] in your assembly code.After all, that is the instruction that was not doing what you expected.01 68 is ldr r1,[r0]