2011-01-31 08:11 AM
help pls continuation of previous doubt(clive1)
2011-05-17 05:23 AM
Simulation is notoriously useless at emulating hardware in the manner your want/expect. STM32 dev boards and JTAG are so cheap (VLDISCOVERY for instance) that it is more effective to debug code in it's native situation.
The STM32 flash is 16-bit wide, so you can program it a half word at a time. Writing 32-bit (a word) is achieved two half words (16-bit) at a time.