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
My ZigBee E-Blocks doesn't stop flashing
-
- Posts: 59
- Joined: Thu Aug 23, 2012 10:37 am
- Has thanked: 14 times
- Been thanked: 3 times
- JohnCrow
- Valued Contributor
- Posts: 1367
- Joined: Wed Sep 19, 2007 1:21 pm
- Location: Lincolnshire
- Has thanked: 364 times
- Been thanked: 716 times
Re: My ZigBee E-Blocks doesn't stop flashing
Hi
You dont say if you have had the Zigbee E-blocks working before or if they are new.
Ive attached a couple of simple test programs Ive had working on my system hope they might help you test the boards.
If I remember from the data sheet, the speed of the LED flashing on the co-orduinator shows if it has a connection with the end device.
You dont say if you have had the Zigbee E-blocks working before or if they are new.
Ive attached a couple of simple test programs Ive had working on my system hope they might help you test the boards.
If I remember from the data sheet, the speed of the LED flashing on the co-orduinator shows if it has a connection with the end device.
1 in 10 people understand binary, the other one doesn't !
-
- Posts: 59
- Joined: Thu Aug 23, 2012 10:37 am
- Has thanked: 14 times
- Been thanked: 3 times
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.
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.
Carmen Garcia
-
- Posts: 59
- Joined: Thu Aug 23, 2012 10:37 am
- Has thanked: 14 times
- Been thanked: 3 times
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.
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.
Carmen Garcia
- Benj
- Matrix Staff
- Posts: 15312
- Joined: Mon Oct 16, 2006 10:48 am
- Location: Matrix TS Ltd
- Has thanked: 4803 times
- Been thanked: 4314 times
- Contact:
Re: My ZigBee E-Blocks doesn't stop flashing
Hello,
This is simply saying that code that has not been referenced by your program will not end up in the compiled output and is one of the main features of the C language. If your expecting one of the unreferenced functions to be called then check you are calling it in your code.Warning unreferenced functions removed
Regards Ben Rowland - MatrixTSL
Flowcode Product Page - Flowcode Help Wiki - Flowcode Examples - Flowcode Blog - Flowcode Course - My YouTube Channel
Flowcode Product Page - Flowcode Help Wiki - Flowcode Examples - Flowcode Blog - Flowcode Course - My YouTube Channel
-
- Posts: 59
- Joined: Thu Aug 23, 2012 10:37 am
- Has thanked: 14 times
- Been thanked: 3 times
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\v5\....) doesn't appear¡¡
In addition, the major of the functions indicates by Warning message I didn't use in the previous code versions¡¡¡
I'm so confused¡¡ Don't you?
Thanks you very much
Regards
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\v5\....) doesn't appear¡¡
In addition, the major of the functions indicates by Warning message I didn't use in the previous code versions¡¡¡
I'm so confused¡¡ Don't you?
Thanks you very much
Regards
Carmen Garcia
-
- Posts: 59
- Joined: Thu Aug 23, 2012 10:37 am
- Has thanked: 14 times
- Been thanked: 3 times
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 compiled programs with ZigBee Macros and doesn't appear these Warnings.
Thanks you very much
Regards
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 compiled programs with ZigBee Macros and doesn't appear these Warnings.
Thanks you very much
Regards
Carmen Garcia
-
- Posts: 59
- Joined: Thu Aug 23, 2012 10:37 am
- Has thanked: 14 times
- Been thanked: 3 times
Re: My ZigBee E-Blocks doesn't stop flashing
Hello JohnCrow. I'd like thanks to you for the programs and for the help¡¡¡ (it's too late when you respond me the last Sunday).
I hope someday I can help you¡¡
Thanks again.
Best Regards
I hope someday I can help you¡¡
Thanks again.
Best Regards
Carmen Garcia