cancel
Showing results for 
Search instead for 
Did you mean: 

help pls continuation of previous doubt(clive1)

lakshmikantha85
Associate II
Posted on January 31, 2011 at 17:11

help pls continuation of previous doubt(clive1)

1 REPLY 1
Posted on May 17, 2011 at 14:23

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.

Tips, Buy me a coffee, or three.. PayPal Venmo
Up vote any posts that you find helpful, it shows what's working..