metametaclass / stm32flash

Automatically exported from code.google.com/p/stm32flash
0 stars 1 forks source link

Application fails when loaded HEX exceeding given limits #4

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
If address in HEX file OR size of HEX file overruns magical limit of 64 KB then 
application fails.

Original issue reported on code.google.com by p.stet...@gmail.com on 15 Feb 2011 at 8:20

GoogleCodeExporter commented 9 years ago
The attached patch for hex.c fixes this problem. The patch also fixes a few 
other minor problems.

Original comment by bjspra...@gmail.com on 18 Feb 2011 at 7:13

Attachments:

GoogleCodeExporter commented 9 years ago
This patch was applied as part of Issue #2.

Original comment by ge...@spacevs.com on 26 May 2011 at 4:53