Continue to Site

Welcome to EDAboard.com

Welcome to our site! EDAboard.com is an international Electronics Discussion Forum focused on EDA software, circuits, schematics, books, theory, papers, asic, pld, 8051, DSP, Network, RF, Analog Design, PCB, Service Manuals... and a whole lot more! To participate you need to register. Registration is free. Click here to register now.

C code for FBUS - let us translate it for embedded apps

Status
Not open for further replies.

glenjoy

Banned
Joined
Jan 1, 2004
Messages
962
Helped
72
Reputation
146
Reaction score
20
Trophy points
1,298
Location
Philippines
Activity points
0
ccsc fbus

Now I got the source code for the Nokia FBUS, now let us translate it for an embedded system equivalent C language then later maybe we can translate it to Basic.

Edited now my post because I already got the source code, posted now below is the source and let us analyze it if the code will work on an embedded system.

Of course the hardware requirements must support the one on the code.
 

Re: [req] C code for Nokia FBUS

Do you have the attached code?
 

    glenjoy

    Points: 2
    Helpful Answer Positive Rating
Re: [req] C code for Nokia FBUS

1. serial_send(c) can be replaced by a serout command so might really work.
2. return serial_recv() I do not know if other C programs supports this return statement, serial_recv can be replaced by serin command.
3. serial_isdata() this command is that I do not know or what will be its replacement.
 

I tried to complile the said source code using CCS C and HEW of Renesas got to many errors has anyone also tried?

Thanks.
 

Maybe off topic, but maybe someone can spot this thread and help on the post.

My friend also cannot compile the code :).
 

Status
Not open for further replies.

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top