On Fri, Apr 22, 2011 at 06:47:54AM -0700, Pierre-Emmanuel Goudet wrote: > Hi Daniel, > > I may have found a "bug" inside "falsh_bsl.c/flash_bsl_writemem()". > > I think the line > addr += write_size; > > is missing after these two lines: > mem += write_size; > len -= write_size;
Hi Pierre-Emmanuel, I think you're right. I guess this code must've only been tested with very small programs (< 256 bytes). I've added a fix and pushed it through to the git repository. Thanks for spotting this! Cheers, Daniel -- D.L. Beer Engineering www.dlbeer.co.nz ------------------------------------------------------------------------------ Fulfilling the Lean Software Promise Lean software platforms are now widely adopted and the benefits have been demonstrated beyond question. Learn why your peers are replacing JEE containers with lightweight application servers - and what you can gain from the move. http://p.sf.net/sfu/vmware-sfemails _______________________________________________ Mspgcc-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/mspgcc-users
