diff --git a/CMSIS/DoxyGen/RTOS2/src/cmsis_os2.txt b/CMSIS/DoxyGen/RTOS2/src/cmsis_os2.txt index 5f602c980e..5d19e84ac8 100644 --- a/CMSIS/DoxyGen/RTOS2/src/cmsis_os2.txt +++ b/CMSIS/DoxyGen/RTOS2/src/cmsis_os2.txt @@ -304,7 +304,7 @@ RTX5 offers three different memory allocation methods for objects: - \ref StaticObjectMemory reserves memory during compile time and completely avoids that a system can be out of memory. This is typically a required for some safety critical systems. -It possible to intermix all the memory allocation methods in the same application. +It's possible to intermix all the memory allocation methods in the same application. \subsection GlobalMemoryPool Global Memory Pool @@ -356,8 +356,8 @@ Memory Pool (osMemoryPoolAttr_t::mp_mem) | 4-Byte alignment. Size calculated Message Queue (osMessageQueueAttr_t::mq_mem) | 4-Byte alignment. Size calculated with \ref osRtxMessageQueueMemSize. -In order to allow RTX5 aware debugging, i.e. Component Viewer, to recognize control blocks these -needs to be placed in individual memory sections, i.e. using `__attribute__((section(...)))`. +In order to allow RTX5 aware debugging, i.e. Component Viewer, to recognize control blocks, +they need to be placed in individual memory sections by using `__attribute__((section(...)))`. RTX Object | Linker Section --------------|------------------------