Skip to content

Commit 0ba1de0

Browse files
authored
Updated description of the 'RAMstart' and 'RAMsize' attributes (#366)
Updated description of the 'RAMstart' and 'RAMsize' attributes to address the following enhancements in Keil Studio: Open-CMSIS-Pack/devtools#2021 Otherwise, user will see the following error message: ``` error csolution: no default rwx memory nor algorithm with ramstart/size was found ```
1 parent a6bf56f commit 0ba1de0

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

doxygen/src/devices_schema.txt

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff 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>

0 commit comments

Comments
 (0)