PDA

View Full Version : Mados programming questions



Blootoon
30-01-2004, 09:01 PM
Hi,
I was just wandering if it would be possible to run the mados software IN the nokia software as the phone cannot recieve calls or msgs as the nokia software is off and mados is on.

Or could mados load the nokia software when a call comes in so that i dont have a dead phone while mados is on.

Hope it makes sense to you

Thanks,

BOEBOE
30-01-2004, 09:18 PM
No, I don't think that's possible because MADos is in C and nokia in ARM....

2 whole different OS'es

Not possible

g3gg0
31-01-2004, 11:14 PM
both were written in C and are compiled to ARM...
the problem is we dont have a gsm stack..
we even dont have the information how to set up the receiver...

wumpus
02-02-2004, 04:05 AM
Well, with the work I did on OpenGPA, an open source GSM stack should be closer to reality than ever before.

Setting up the receiver is a neightmare though, I have information on doing it but it hasn't worked yet. (is a lot of work, and my time is very limited right now)

BOEBOE
02-02-2004, 02:20 PM
What mode is MADos compiled? ARM or Thumb

g3gg0
02-02-2004, 06:36 PM
completely thumb mode :)
except the init code

BOEBOE
04-02-2004, 06:17 PM
Why not in complete ARM?

I believe that ARM mode is faster then thumb mode

Or isn't that possible?

g3gg0
04-02-2004, 06:55 PM
no, THUMB opcodes have the same cycle time as the equivalent ARM instructions, but are smaller (16bit instead of 32bit)