[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
RTEMS Capture Engine
- Date: Tue, 11 Jul 2006 13:21:48 +0000
- From: lucagermano at hotmail.com (Luca Germano)
- Subject: RTEMS Capture Engine
Hi to all. I'm using RTEMS on a Leon3 board.
I develop an application to communicate from PC to Leon3 board via RS232.
RTEMS on Leon3 use RS232 as stdio.
I read about RTEMS Capture Engine on
http://www.rtems.org/wiki/index.php/Capture_Engine
I follow the instruction so I add
#include <rtems/monitor.h>
#include <rtems/capture-cli.h>
rtems_monitor_init (0);
rtems_capture_cli_init (0);
to my Init task. During the download of the SW on Leon3 board I have the
following error message:Target is not responding (Time Out)
Have someone use the Capture Engine on Leon3?
Thanks a lot
Luca