rtems Questions
1
The problem
On our system running RTEMS 4.9.2 we are experiencing a very odd issue with socket communications. We are setting up a socket and using the following command to bind:
// Bind the sock...
Bael asked 8/6, 2016 at 16:46
1
Solved
in RTEMS initialization routine, I see this code below.
void boot_card(const char *cmdline)
{
rtems_interrupt_level bsp_isr_level;
/*
* Special case for PowerPC: The interrupt disable ma...
1
Solved
Background
I have been looking into potentially using the MPC5200 static ram space as scratch pad memory. We have 16Kb of unused memory that appears on the processor bus (source).
Now some impor...
4
Solved
Which RTOSes do Ada have opensource/free cross-compilers available, with support for multitasking/multithreading?
I have an Atmel AT90USB162 chip which I want to program using Ada. My first optio...
Vaginectomy asked 25/10, 2011 at 11:55
1
© 2022 - 2024 — McMap. All rights reserved.