Posted on May 17, 2011 at 12:25I noticed about 56us Word Programming (16-bit) time on STM32F103 device. Data sheet shows 40us max. Is this an issue in the data sheet or am i doing something wrong?. I used the Code example for Flash to measure the pr...
Posted on May 17, 2011 at 12:25Thank you, this explain the reason well. STM32 required 2wait states for Flash at 72Mhz clock frequency. Do you know how much impact it will have in code execution speed?
Posted on May 17, 2011 at 12:25Hi, I tried to compile and run the code from RAM. I noticed that it takes about 40% more cycles then runing from zero wait stated flash. Do you expect such increase in cycles while running from RAM compared to Flash at...