Hello,
I have the following problem:
- i calculate a float from a byte
- then the byte and the float displayed on the LCD
so far, so good.
In the simulation-mode it all works fine.
When compiled to the PIC16F877a the byte is displayed fine but the float doesnt (LCD shows 0.000000)
Can someone tell me what i'm doing wrong?
(See my file as example)
Greetings,
Willem Tulp
float working on simulation, not after compiling
Moderator: Benj
-
- Matrix Staff
- Posts: 9521
- Joined: Sat May 05, 2007 2:27 pm
- Location: Northamptonshire, UK
- Has thanked: 2585 times
- Been thanked: 3815 times
Re: float working on simulation, not after compiling
Hiya wtulp,
Take a look here:
http://www.matrixmultimedia.com/mmforum ... =26&t=6936
There is some information on floats that should be relevant to you.
Take a look here:
http://www.matrixmultimedia.com/mmforum ... =26&t=6936
There is some information on floats that should be relevant to you.
Martin