<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<meta http-equiv="content-type" content="text/html; charset=ISO-8859-1">
</head>
<body bgcolor="#ffffff" text="#000000">
Hi!<br>
As I commented in other mails I was working in contiki examples and I
couldn´t get them working. I´ve been looking for the error during
several weeks, and I realized while trying to work rf-test (libmc1322)
that the problem is about ROM patching. When the example has to use ROM
VARS, it doesn´t work. The concrete instruction that makes it get
stalled is <br>
<br>
#ifdef USE_ROM_VARS <br>
bl _rom_data_init+.-base<br>
#endif <br>
<br>
The address of the jump instruction is:<br>
.set base, .<br>
.set _rom_data_init, 0x108d0<br>
<br>
I´m using freescale 1322xSRB motes. Any idea of how to fix this, or
where can I find info of that address?<br>
<div class="moz-signature">-- <br>
<meta content="text/html; charset=ISO-8859-1" http-equiv="Content-Type">
<table style="border: 1px solid rgb(231, 231, 212);" width="439"
border="1" cellpadding="1" cellspacing="1" height="160">
<tbody>
<tr>
</tr>
<tr>
<td width="100" align="center" bgcolor="#fafaf3"><img
src="cid:part1.09040401.07060402@gie.esi.us.es" alt="" width="180"
height="72"></td>
<td
style="padding-left: 12px; font-family: Helvetica; font-size: 12px; line-height: 15px;"
width="300" bgcolor="#ffffff"><font color="#ffffff"><big><b><font
color="#3333ff">Manuel Macías Valero </font> </b></big> </font><br>
<font color="#3366ff"><a class="moz-txt-link-abbreviated" href="mailto:manuel.macias@gie.esi.us.es">manuel.macias@gie.esi.us.es</a></font><br>
<font color="#666666"><strong>Grupo de Ingeniería
Electrónica</strong> </font><i><br>
</i>
<div style="color: rgb(102, 102, 102); font-style: italic;"><strong><i>Departamento
de
Ingeniería
Electrónica</i><br>
</strong></div>
<div
style="color: rgb(153, 153, 153); font-size: 11px; line-height: 14px;">Tfno:
<big>+34 954485966<br>
</big>Fax: <big>+34 954487373</big><br>
</div>
<div style="height: 8px; line-height: 8px;"> </div>
<div
style="color: rgb(89, 75, 56); font-size: 11px; line-height: 14px;">Escuela
Superior
de Ingenieros<br>
</div>
<div
style="color: rgb(89, 75, 56); font-size: 11px; line-height: 14px;">Universidad
de
Sevilla<br>
</div>
<div
style="color: rgb(89, 75, 56); font-size: 11px; line-height: 14px;">Camino
de
los Descubrimientos s/n<br>
</div>
<div
style="color: rgb(89, 75, 56); font-size: 11px; line-height: 14px;">Isla
de
la Cartuja 41092
Sevilla</div>
</td>
</tr>
</tbody>
</table>
<br>
</div>
</body>
</html>