File tree Expand file tree Collapse file tree 2 files changed +6
-3
lines changed
Expand file tree Collapse file tree 2 files changed +6
-3
lines changed Original file line number Diff line number Diff line change @@ -780,15 +780,18 @@ algorithms must have a different name.
780780 <tr>
781781 <td>RAMstart</td>
782782 <td>Base address for the RAM where the Flash programming algorithm will be executed from. If
783- specified, the \ref element_memory "memory" element does not require a \c default attribute.</td>
783+ specified, the \ref element_memory "memory" element does not require a \c default attribute.
784+ If not specified, a \ref element_memory "memory" element must be defined with the "rwx" access
785+ permission and default="1". </td>
784786 <td>NonNegativeInteger</td>
785787 <td>optional</td>
786788 </tr>
787789 <tr>
788790 <td>RAMsize</td>
789791 <td>Maximum size of RAM available for the execution of the Flash programming algorithm.
790792 End address = start + size - 1 is used for the Stack. If specified, the \ref element_memory
791- "memory" element does not require a \c default attribute.</td>
793+ "memory" element does not require a \c default attribute. If not specified, a \ref element_memory "memory"
794+ element must be defined with the "rwx" access permission and default="1". </td>
792795 <td>NonNegativeInteger</td>
793796 <td>optional</td>
794797 </tr>
Original file line number Diff line number Diff line change 2626 SchemaVersion=1.7.52
2727
2828 11. Aug 2025: v1.7.52
29- - updated ExampleProjectType to allow the "environment" element to have custom children and custom attributes
29+ - updated ExampleProjectType to allow the "environment" element to have custom children and custom attributes
3030 10. Jul 2025: v1.7.51
3131 - added HrdWyr vendor
3232 24. Jun 2025: v1.7.50
You can’t perform that action at this time.
0 commit comments