Search found 374 matches

by jollybv
Tue Jun 13, 2017 5:35 pm
Forum: Flowcode V7
Topic: Custom Interrupt
Replies: 26
Views: 21072

Re: Custom Interrupt

Hi Ben

The TX pins sits at 3.3V and does not switch low at all.
by jollybv
Tue Jun 13, 2017 4:26 pm
Forum: Flowcode V7
Topic: Custom Interrupt
Replies: 26
Views: 21072

Re: Custom Interrupt

Hi Ben We seem to have a problem with this chip i now can set the UART pins but it does not send anything out on the TX pins of both UART'S and when i try to run my test program in flwcode it stops working. Also if i try to compile when i set it to 9600 board rate i get a compilation error C:\Progra...
by jollybv
Tue Jun 13, 2017 3:31 pm
Forum: Flowcode V7
Topic: Custom Interrupt
Replies: 26
Views: 21072

Re: Custom Interrupt

Hi Ben

Thanks Let me give it a go
by jollybv
Tue Jun 13, 2017 7:05 am
Forum: Flowcode V7
Topic: Custom Interrupt
Replies: 26
Views: 21072

Re: Custom Interrupt

Hi Ben

I know you were off for a while and not sure if you have seen this issue yet
by jollybv
Wed Jun 07, 2017 2:27 pm
Forum: Flowcode V7
Topic: Custom Interrupt
Replies: 26
Views: 21072

Re: Custom Interrupt

Hi Thanks will just have to wait
by jollybv
Wed Jun 07, 2017 1:57 pm
Forum: Flowcode V7
Topic: Custom Interrupt
Replies: 26
Views: 21072

Re: Custom Interrupt

Hi Leigh

Any news on sorting the FCD issue out yet? why I'm asking is I have a few orders pending have populated boards now need to get the software tested with the new chip.
by jollybv
Mon Jun 05, 2017 3:44 pm
Forum: Flowcode V7
Topic: Custom Interrupt
Replies: 26
Views: 21072

Re: Custom Interrupt

Ok Great as i have just received 30 IC and taught it was going to be a waste
by jollybv
Mon Jun 05, 2017 11:53 am
Forum: Flowcode V7
Topic: Custom Interrupt
Replies: 26
Views: 21072

Re: Custom Interrupt

Hi Leigh

Yes the Channel 1 should be RC6 (TX1) RC7 (RX1)and channel 2 Should be RD6 (TX2) RD7 (RX2) but can only set it to Port B
by jollybv
Mon Jun 05, 2017 8:12 am
Forum: Flowcode V7
Topic: Custom Interrupt
Replies: 26
Views: 21072

Re: Custom Interrupt

Hi Ben

Still seem to be having problems with the UART cannot select the pins. I have have downloaded the PIC_CAL_UART and pasted in the Program Files / Flowcode7 / CAL / PIC folder but still cannot select pins not sure what I'm doing wrong
Flash_Test_PIC18F47K40.fcfx
(15.83 KiB) Downloaded 310 times
by jollybv
Wed May 24, 2017 4:18 pm
Forum: Flowcode V7
Topic: Custom Interrupt
Replies: 26
Views: 21072

Re: Custom Interrupt

Thanks Ben

All seems to compile just waiting on my Chips then i can test if everything is working
by jollybv
Wed May 24, 2017 2:46 pm
Forum: Flowcode V7
Topic: Custom Interrupt
Replies: 26
Views: 21072

Re: Custom Interrupt

Hi Ben Thanks again that seems to have sorted the EEPROM error out now there's another error with the UART. If i check in the properties the and i try select channel 1 or 2 there is no connections. I'm also getting the following compiling error C:\Program Files\Flowcode 7\CAL\PIC\PIC_CAL_UART.c: FC_...
by jollybv
Wed May 24, 2017 11:18 am
Forum: Flowcode V7
Topic: Custom Interrupt
Replies: 26
Views: 21072

Re: Custom Interrupt

Hi Ben Thanks for the updated files not sure what the problem is but i changed the chip in my program from 18F46K80 to 18f47K40 and when i compile i get these errors is it something I'm doing wrong or something with the chip as it works fine with the 18F46K80 C:\Program Files\Flowcode 7\CAL\PIC\PIC_...
by jollybv
Mon May 22, 2017 2:19 pm
Forum: Flowcode V7
Topic: Custom Interrupt
Replies: 26
Views: 21072

Re: Custom Interrupt

Hi Ben

Thanks that will be much appreciated as the 47K40 is the same program memory but it also has some eeprom and is much more affordable. I was also looking at the 27K40 and not sure but that also seems to not have the second Interrupt, Oops this one wont work i need 44 pin I-PT
by jollybv
Sat May 20, 2017 10:21 am
Forum: Flowcode V7
Topic: Custom Interrupt
Replies: 26
Views: 21072

Custom Interrupt

Hi Guys I would like to replace my chip from PIC18F47J13 to PIC18F47K40 as it has more program memory but the only problem i have is the this chip has only 1 RS343 port. If i create a RS232 port on say RD6 (TX) RD7 (RX) using the software option Is it possible to create a custom interrupt that is tr...
by jollybv
Wed May 17, 2017 12:47 pm
Forum: Flowcode V6
Topic: Error message when compiling
Replies: 27
Views: 23594

Re: Error message when compiling

Ok Thanks for that i will need to clean up and make some space
by jollybv
Wed May 17, 2017 12:15 pm
Forum: Flowcode V6
Topic: Error message when compiling
Replies: 27
Views: 23594

Re: Error message when compiling

Hi guys Can any one please tell me what the problem is here 0: (1347) can't find 0xE words (0xe withtotal) for psect "text65" in class "CODE" (largest unused contiguous range 0x4) 0: (1347) can't find 0xE words (0xe withtotal) for psect "text69" in class "CODE" (largest unused contiguous range 0x4) ...
by jollybv
Thu May 11, 2017 5:44 pm
Forum: Flowcode V6
Topic: Error message when compiling
Replies: 27
Views: 23594

Re: Error message when compiling

Thanks Ben

My eyes are getting bad :shock: now compiling without any error messages :D
by jollybv
Thu May 11, 2017 5:16 pm
Forum: Flowcode V6
Topic: Error message when compiling
Replies: 27
Views: 23594

Re: Error message when compiling

I also do not see any difference between the too as my var is global

trisd = trisd | 0x0F;
FCL_VAR = portd & 0x0F;

trisd = trisd | 0x0F;
FCV_VAR = portd & 0x0F;
by jollybv
Thu May 11, 2017 5:08 pm
Forum: Flowcode V6
Topic: Error message when compiling
Replies: 27
Views: 23594

Re: Error message when compiling

Hi Ben yes this is a commercial product and it needs to be solid in the field have had issues with it going down so need to sort it and this is the last error that is reported so lets hope it sorts the problem. Is this correct /* Check Port D 0,1,2,3 */ trisd = trisd | 0x0F; FCV_KEY = portd & 0x0F; ...
by jollybv
Thu May 11, 2017 4:30 pm
Forum: Flowcode V6
Topic: Error message when compiling
Replies: 27
Views: 23594

Re: Error message when compiling

Hi Ben

Thanks Yes i do have an interrupt that reads port D bits 0, 1, 2, 3 every time there is an interrupt on INT0 so how will i do this in C as i have no clue to code in C
by jollybv
Thu May 11, 2017 3:49 pm
Forum: Flowcode V6
Topic: Error message when compiling
Replies: 27
Views: 23594

Re: Error message when compiling

Hi Leigh Thanks for that i seem to have sorted that out in the program, now I have another error in my other program which i think is similar. C:\Program Files\Flowcode 7\CAL\PIC\PIC_CAL_IO.c: 83: non-reentrant function "_FC_CAL_Port_In_DDR__x" appears in multiple call graphs and has been duplicated...
by jollybv
Mon May 08, 2017 5:12 pm
Forum: Flowcode V6
Topic: Error message when compiling
Replies: 27
Views: 23594

Re: Error message when compiling

Hi Guys

I'm getting this message when compiling and have no clue why

C:\Program Files\Flowcode 7\CAL\PIC\PIC_CAL_String.c: 908: non-reentrant function "_FCI_SCOPY" appears in multiple call graphs and has been duplicated by the compiler

Can someone please explain and is it a critical message
by jollybv
Mon May 01, 2017 12:16 pm
Forum: Flowcode V7
Topic: Checking Variables
Replies: 4
Views: 4036

Re: Checking Variables

Hi Martin

Thanks again yes that makes sens to me now
by jollybv
Mon May 01, 2017 11:31 am
Forum: Flowcode V7
Topic: Checking Variables
Replies: 4
Views: 4036

Re: Checking Variables

Hi Martian

Thanks for the replay what I'm looking for is if the variable is between 1 & whatever i set the Occupant variable
by jollybv
Mon May 01, 2017 8:24 am
Forum: Flowcode V7
Topic: Checking Variables
Replies: 4
Views: 4036

Checking Variables

Hi Guys Not sure what is the correct way to do this. I have a variable called Key and a variable called Occupant now what i want is to say if key is > then 1 or key is < than (Occupant + 1) then proceed. I have tried the following key > 0 && Key < (Occupant + 1) key > 0 AND Key < (Occupant + 1) key ...