10:48 AM, Sebastian Huber wrote:
On 30/05/18 10:19, Francesco Nuzzolo wrote:
- starting address is not on a four byte boundary.
This is a bug in the documentation and in the 4.10 region
implementation. The starting address must be aligned to the
CPU_ALIGNMENT which is 8 on SPARC
Hello,
I want to use the RTEMS region manager but the function
rtems_region_create() fails with code RTEMS_INVALID_ADDRESS.
I am using RTEMS 4.10 on a LEON4 processor.
My RTEMS configuration information includes:
#define CONFIGURE_MAXIMUM_REGIONS 1
According to the RTEMS C Us