Search found 59 matches

by Carmen Garcia
Tue May 07, 2013 7:47 pm
Forum: General Programming
Topic: .c Files erased
Replies: 4
Views: 4158

Re: .c Files erased

Ok.....¿Where does this funtions normally located? I look for these in the FlowCode\v5\ directory and I didn't find.

Thanks you very much Martin

Regards
by Carmen Garcia
Tue May 07, 2013 10:50 am
Forum: E-blocks
Topic: My ZigBee E-Blocks doesn't stop flashing
Replies: 8
Views: 7464

Re: My ZigBee E-Blocks doesn't stop flashing

Hello Benj: Sorry, my English is so-so...I had read your post again and I can understand the functions not referenced in my program will not integrates in the compiled output, but I cann't understand why the functions files in the FlowCode program directory doesn't exist. In addition, previously I c...
by Carmen Garcia
Tue May 07, 2013 10:42 am
Forum: E-blocks
Topic: My ZigBee E-Blocks doesn't stop flashing
Replies: 8
Views: 7464

Re: My ZigBee E-Blocks doesn't stop flashing

Hi Benj: The problem is really this files doesn't exist in the directories mentioned¡¡ So, I understand the compiler advises about functions not used since the last compiling, but I don't understand how the files that support this functions in the FlowCode program directory (C:\ProgramFiles\FlowCode...
by Carmen Garcia
Sun May 05, 2013 10:12 pm
Forum: E-blocks
Topic: My ZigBee E-Blocks doesn't stop flashing
Replies: 8
Views: 7464

Re: My ZigBee E-Blocks doesn't stop flashing

Hi John: I open a post where I write the compiler's messages indicate me various ZigBee functions doesn't appear in the correct directory mentioned; by example: "Warning unreferenced functions removed: FC_CAL_Port_Out__x in: C:\Program Files\Flowcode\v5\CAL\PIC\PIC_CAL_IO.c " Thanks very much.
by Carmen Garcia
Sun May 05, 2013 9:48 pm
Forum: E-blocks
Topic: My ZigBee E-Blocks doesn't stop flashing
Replies: 8
Views: 7464

Re: My ZigBee E-Blocks doesn't stop flashing

Hi John: First, thanks you very much for the programs. The zigbee nodes worked fine the last time I tested them. The E_Block's LED Status is connect to the "ON/SLEEP/DID8" of the XBEE V2 module according to MatrixMultimedia documentation. I'm studing your programs. Thanks you very much. Regards.
by Carmen Garcia
Sun May 05, 2013 9:07 pm
Forum: E-blocks
Topic: My ZigBee E-Blocks doesn't stop flashing
Replies: 8
Views: 7464

My ZigBee E-Blocks doesn't stop flashing

Hi everybody:

I put my c code in the ZigBee E-Blocks and these doesn't stop flashing. I reset the multiprogramer (EB006) and nothing...I put the test routine and fail...
I suspect that the ZigBee node (XBEE V2) it's blocked or seemly.

Please, I need help.
Thanks in advanced.

Regards
by Carmen Garcia
Fri Apr 19, 2013 9:03 pm
Forum: General Programming
Topic: .c Files erased
Replies: 4
Views: 4158

Re: .c Files erased

Hello Martin:

I review the directory the log refers and really, that files doesn't exist :?

.......

A past day, I got a trouble with my FlowCode program, it was numb and I closed the FlowCode...

:? :? :? :? :? :? :?

Thanks you very much
by Carmen Garcia
Fri Apr 19, 2013 8:37 pm
Forum: General Programming
Topic: .c Files erased
Replies: 4
Views: 4158

.c Files erased

Hello everybody:

This is a real emergency. I got compiled to Chip (PIC 16F877a) and the log info says this:

Warning unreferenced functions removed:

C:\Program Files\FlowCode\v5\CAL\PIC\IO.c

...and many more functions....

Please, I need help

Thanks you very much
by Carmen Garcia
Wed Apr 17, 2013 11:01 am
Forum: C and ASM Programming
Topic: How do I size my arrays with Boost C 7.04 version?
Replies: 9
Views: 17772

Re: How do I size my arrays with Boost C 7.04 version?

Thanks very much Dazz, but I not got much time and this simulator requires very much for learn...Finally I have opted for NO 2 dimensions arrays.

Thanks very much everybody.

Regards.
by Carmen Garcia
Thu Apr 11, 2013 6:42 pm
Forum: C and ASM Programming
Topic: How do I size my arrays with Boost C 7.04 version?
Replies: 9
Views: 17772

Re: How do I size my arrays with Boost C 7.04 version?

I know what happens...The C Code doesn't simulate in FlowCode. Really does not exist a way for simulate the C code? I was lookin for a Boost C simulator in the FlowCode Program Drectory (...\Flowcode\Tools\boostc\) but I didn't see anything. Now I download a simulator from the official site, SourceB...
by Carmen Garcia
Thu Apr 11, 2013 6:40 pm
Forum: C and ASM Programming
Topic: How do I size my arrays with Boost C 7.04 version?
Replies: 9
Views: 17772

Re: How do I size my arrays with Boost C 7.04 version?

Hello Benj: I have set right the array's size for the appropiate use of RAM: MX_UINT8 n=10; MX_UINT8 Id=17; MX_UINT8 Neighbor_Table[n][Id]; Neighbor_Table[1][1]=0xff; FCV_VALOR = Neighbor_Table[1][1]; I suspect the type of variables doesn't match because I am using the portions of C Code I seen in t...
by Carmen Garcia
Thu Apr 11, 2013 7:36 am
Forum: C and ASM Programming
Topic: How do I size my arrays with Boost C 7.04 version?
Replies: 9
Views: 17772

Re: How do I size my arrays with Boost C 7.04 version?

:? I need to sleep....

Thanks you very much¡

Regards
by Carmen Garcia
Wed Apr 10, 2013 12:36 pm
Forum: C and ASM Programming
Topic: How do I size my arrays with Boost C 7.04 version?
Replies: 9
Views: 17772

Re: How do I size my arrays with Boost C 7.04 version?

Hi Benj: But in my PIC's guide appears "Each bank extendes up to 7Fh, 128 bytes"... Please, another question: I created this C code in a C FlowCode v5 Macro: MX_UINT8 Array[20][17]; Array[1][1]=0xff; FCV_Valor= Array[1][1]=0xff; And the "Valor" variable doesn't set to 0xff. Thanks you very much Benj...
by Carmen Garcia
Tue Apr 09, 2013 10:33 pm
Forum: C and ASM Programming
Topic: How do I size my arrays with Boost C 7.04 version?
Replies: 9
Views: 17772

How do I size my arrays with Boost C 7.04 version?

Hello everybody: It is possible to make arrays with Boot C 7.04 for PIC, but I don't know what does this sentence exactly " The only constrains is that an array must fit into a single RAM bank " mean?? In PIC guide I had found this for Data Memory (RAM memory) "Each bank extendes up to 7Fh, 128 byte...
by Carmen Garcia
Tue Apr 09, 2013 8:57 pm
Forum: General Programming
Topic: Which is the exact C version in FlowCode v5?
Replies: 5
Views: 3009

Re: Which is the exact C version in FlowCode v5?

:( .....That's easy¡¡¡¡ and I didn't think it...

Thanks you very much John¡¡

Regards
by Carmen Garcia
Tue Apr 09, 2013 8:31 pm
Forum: General Programming
Topic: Which is the exact C version in FlowCode v5?
Replies: 5
Views: 3009

Re: Which is the exact C version in FlowCode v5?

Hi John:

Please, another question. Are any site/link where download the tutorial/instructions for this C?

Thanks very much¡¡

Regards
by Carmen Garcia
Tue Apr 09, 2013 8:03 pm
Forum: General Programming
Topic: Which is the exact C version in FlowCode v5?
Replies: 5
Views: 3009

Which is the exact C version in FlowCode v5?

Hello everybody:

I have been look for the C version in FlowCode v5 for PIC and I don't get it.
Does anybody know it?

Thanks in advanced.

Regards
by Carmen Garcia
Tue Mar 26, 2013 10:12 pm
Forum: General Programming
Topic: How to Modify a particular Byte's bit
Replies: 23
Views: 10526

Re: How to Modify a particular Byte's bit

Thanks you very much Martin¡¡

Now my issue is ok¡¡

Regards
by Carmen Garcia
Tue Mar 26, 2013 9:51 pm
Forum: General Programming
Topic: How to Modify a particular Byte's bit
Replies: 23
Views: 10526

Re: How to Modify a particular Byte's bit

Another question....when we use the shift function (<<, >>) fill the positions with 0's always??

Thanks
by Carmen Garcia
Tue Mar 26, 2013 9:37 pm
Forum: General Programming
Topic: How to Modify a particular Byte's bit
Replies: 23
Views: 10526

Re: How to Modify a particular Byte's bit

If the second bit changes to 0, the ABCD not reflects this.
by Carmen Garcia
Tue Mar 26, 2013 9:10 pm
Forum: General Programming
Topic: How to Modify a particular Byte's bit
Replies: 23
Views: 10526

Re: How to Modify a particular Byte's bit

Hello Martin:

I would say "my variable is set to 1 and in the future will change to 0"
This change will not reflect.

Thanks very much

Regards
by Carmen Garcia
Tue Mar 26, 2013 8:51 pm
Forum: General Programming
Topic: How to Modify a particular Byte's bit
Replies: 23
Views: 10526

Re: How to Modify a particular Byte's bit

Hi Martin: First of all, THANK YOU VERY MUCH for the image, hyper-job!!. If my variable ABCD is 0 1 10 and I apply your solution, the changes in the second bit will not be reflect. I have constructed your flowchart and I simulated and this is the fact. In Some am I wrong?? Thanks again Regards
by Carmen Garcia
Tue Mar 26, 2013 7:58 pm
Forum: General Programming
Topic: How to Modify a particular Byte's bit
Replies: 23
Views: 10526

Re: How to Modify a particular Byte's bit

Hello:

The variable is a example, I'm planning the flow...
An example would be this:

My var is= 0010, and I need to update the second bit with the value given by application (I will not know what value is)

Thank you very much

Regards
by Carmen Garcia
Tue Mar 26, 2013 7:54 pm
Forum: General Programming
Topic: How to Modify a particular Byte's bit
Replies: 23
Views: 10526

Re: How to Modify a particular Byte's bit

Hello Martin:

Do you refer to a screen's print ?

Thanks