File tree Expand file tree Collapse file tree 1 file changed +5
-2
lines changed
Expand file tree Collapse file tree 1 file changed +5
-2
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>
You can’t perform that action at this time.
0 commit comments