Hi,

Initially, sorry for my poor English, I am French and I do not practise.

I have a problem which is as follows.

I use PBP 2.46 with Microcode studio. (with and without, i have the same problem)

when I wants to define the OSCCAL with DEFINE OSCCAL_1K 1, the compiler does not add the good ASM code in the source.
So, my pic12f675 does not turn has a correct frequency and i have problem for my program with serout2.

Is what somebody has an idea?

P.S: my program is:

DEFINE OSCCAL_1K 1 'just for test

and in the ASM code i found this

#define OSCCAL_1K 1

and not

CALL 03ffh
MOVE?AB OSCCAL

When i add this in my basic source, The compiler says to me that it did not know OSCCAL and 03ffh. I have also reinstall the software, but ihave the same trouble.

Help me please...