<div dir="ltr">Ok. So the manuals should specify this is CPU dependent?<div><br></div><div style>But, one question: Partition and buffer sizes must be passed in bytes, right?</div></div><div class="gmail_extra"><br><br><div class="gmail_quote">

On Tue, May 7, 2013 at 6:50 PM,  <span dir="ltr"><<a href="mailto:noselasd@fiane.dyndns.org" target="_blank">noselasd@fiane.dyndns.org</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">

<div class="HOEnZb"><div class="h5">On 05/07/2013 02:48 AM, Binkowski, Cassio wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
Hi all,<br>
<br>
Can you please refer to the following link in the manuals and get to<br>
where it says "|RTEMS_INVALID_SIZE| - buffer size not a multiple of 4"?<br>
<br>
<a href="http://www.rtems.org/onlinedocs/releases/rtemsdocs-4.10.2/share/rtems/html/c_user/c_user00242.html" target="_blank">http://www.rtems.org/<u></u>onlinedocs/releases/rtemsdocs-<u></u>4.10.2/share/rtems/html/c_<u></u>user/c_user00242.html</a><br>


<br>
Shouldn't it be a multiple of 8? I just tried creating a partition with<br>
buffer size 20 and it didn't allow me to.<br>
</blockquote>
<br></div></div>
It does seem to be a mistake, the alignment must be CPU_PARTITION_ALIGNMENT.<br>
The CPU_PARTITION_ALIGNMENT macro is dependent on the architecture.<br>
<br>
The alignment is, for most CPU architectures required to be<br>
CPU_ALIGNMENT (which is usually 4 or 8).<br>
<br>
Some more notes are here :<br>
<a href="http://www.rtems.org/onlinedocs/releases/rtemsdocs-4.10.2/share/rtems/html/porting/porting00077.html" target="_blank">http://www.rtems.org/<u></u>onlinedocs/releases/rtemsdocs-<u></u>4.10.2/share/rtems/html/<u></u>porting/porting00077.html</a><br>


<br>
<br>
______________________________<u></u>_________________<br>
rtems-users mailing list<br>
<a href="mailto:rtems-users@rtems.org" target="_blank">rtems-users@rtems.org</a><br>
<a href="http://www.rtems.org/mailman/listinfo/rtems-users" target="_blank">http://www.rtems.org/mailman/<u></u>listinfo/rtems-users</a><br>
</blockquote></div><br></div>