Hi
I have finally posted information from Matthias Goebbel about the ESA Brave
Days and GR740 Users Day. The news post at https://www.rtems.org/node/130 has
links to where the presentations for both are online.
The presentations (including audio) from the 2019 Flight Software Workshop
are also av
I'am currently trying to make a program that reads and writes through the
i2c serial communication. The problem is that when i try to initialize GPIO
header through the funciton "rpi_setup_i2c_bus()" I get this error:
assertion "rtems_semaphore_obtain(gpio_bank_state[bank].lock, RTEMS_WAIT,
RTEMS_
> -Ursprüngliche Nachricht-
> Von: users [mailto:users-boun...@rtems.org] Im Auftrag von Sebastian Huber
> Gesendet: Mittwoch, 11. März 2020 09:17
> An: mojtaba nadi; users@rtems.org
> Betreff: Re: write a network driver
>
> Hello Mojtaba,
>
> On 11/03/2020 06:44, mojtaba nadi wrote:
> >
Hello Mojtaba,
On 11/03/2020 06:44, mojtaba nadi wrote:
hello,
I'm going to write a network driver for my mac ip core that I made in
vivado for zedboard.
I can write and read from it with using registers but now I want to
use socket programming to access the mac. I understand the first step
i