Search found 18 matches

by beanie
Fri Sep 01, 2017 1:59 pm
Forum: 8-Bit PIC
Topic: 18F46K80 RC0/RC1 not working
Replies: 1
Views: 2050

18F46K80 RC0/RC1 not working

Hi guys, I'm have problems using RC0 and RC1 as logic outputs on PIC18f46k20. I've had a look for what to disable to turn Timer 1 off or at least to internal but there is only a power option that I can find in the configuration menu, I have also turned off, T1OSCEN, TMR1CS,TMR3CS, CCP2CON, SCS1 and ...
by beanie
Fri May 12, 2017 9:26 am
Forum: Bug reports
Topic: XC8 crash on I2C RTC component ECIO40
Replies: 8
Views: 6758

Re: XC8 crash on I2C RTC component ECIO40

Hi Ben, That sorted the compilation error cheers. However using an ECIO40 I2C channel with these routines (initialise(), GetDate(), time, etc) the code locks up after initialise and before the the first register value from the DS3231 is returned. I've scoped B0 and B1 and nothing looks to be coming ...
by beanie
Thu May 11, 2017 1:25 pm
Forum: Bug reports
Topic: XC8 crash on I2C RTC component ECIO40
Replies: 8
Views: 6758

Re: XC8 crash on I2C RTC component ECIO40

just checked an re-upladed the correct file, them two should be massively different, sorry pal
by beanie
Thu May 11, 2017 1:16 pm
Forum: Bug reports
Topic: XC8 crash on I2C RTC component ECIO40
Replies: 8
Views: 6758

Re: XC8 crash on I2C RTC component ECIO40

thats odd, he's the C

im running FC 7.2.1.4 with XC1.41
by beanie
Thu May 11, 2017 12:21 pm
Forum: Bug reports
Topic: XC8 crash on I2C RTC component ECIO40
Replies: 8
Views: 6758

XC8 crash on I2C RTC component ECIO40

HI Guys, I've got an issue when i try to compile the attached software, the compiler boots and gets as far as Employing 18F4455 errata work-arounds: * Corrupted fast interrupt shadow registers * No stopping on H/W breakpoints after NOP2 Doha MK2 Vb test.c: 136: #define MX_I2C_CAL_I2C1::STOPDEL_1 (1)...
by beanie
Mon Feb 20, 2017 12:53 pm
Forum: Flowcode V7
Topic: Timer Interrupt problems FC7 PIC18F4680
Replies: 4
Views: 3423

Re: Timer Interrupt problems FC7 PIC18F4680

ah that makes sense.

Is there a way to change this in the code as this is part of the auto generated code from FC6 so I could not see anywhere to edit it myself.
by beanie
Mon Feb 20, 2017 11:30 am
Forum: Flowcode V7
Topic: Timer Interrupt problems FC7 PIC18F4680
Replies: 4
Views: 3423

Timer Interrupt problems FC7 PIC18F4680

I don't know who can help, but I'm trying to compile some changes to some code I originally didi in FC6. I am getting the following problem from the compiler: PARC100v1rev4d.c: FCM_TimerInterrupt() 16229: tmr0h = 0x80; ^ (192) undefined identifier "tmr0h" (908) exit status = 1 (908) exit status = 1 ...
by beanie
Fri Apr 15, 2016 9:38 am
Forum: Flowcode V6
Topic: 'MARKER' problem with Flowkit V2
Replies: 3
Views: 3182

Re: 'MARKER' problem with Flowkit V2

PMed

cheers
by beanie
Wed Apr 13, 2016 4:16 pm
Forum: Flowcode V6
Topic: 'MARKER' problem with Flowkit V2
Replies: 3
Views: 3182

'MARKER' problem with Flowkit V2

I wonderwed if anyone knew how to get the code to compile for ICD with the new flowkit, I've attached a screen grab of the error I recieve.

Cheers

Matt
by beanie
Mon Feb 23, 2015 4:58 pm
Forum: Flowcode V6
Topic: Code too big to debug?
Replies: 2
Views: 2848

Code too big to debug?

Hi guys I'm having an issue with debugging the code I'm working on. whenever I try to debug (either with eblock or flowkit) I get the following error:- Software call stack return table exceeds maxium length of 256 entries in function:'FC_MARKER' currently the software when set to debug adds markers ...
by beanie
Wed Feb 04, 2015 4:03 pm
Forum: Feature requests
Topic: Grouping and Shrinking variables, macros and flowcharts
Replies: 1
Views: 2295

Grouping and Shrinking variables, macros and flowcharts

Following on from the training course I've had a few more ideas to clean up the user interface when working on larger designs. Often my programs have lots of macros and variables which makes the project explorer list hard to navigate, could this be changed to work more like windows explorer where ma...
by beanie
Mon Oct 27, 2014 4:19 pm
Forum: Flowcode V6
Topic: I2C Display - Fails to compile
Replies: 3
Views: 3738

Re: I2C Display - Fails to compile

Cheers benj

:D
by beanie
Fri Aug 08, 2014 1:52 pm
Forum: Flowcode V6
Topic: E-Block components.
Replies: 1
Views: 1863

Re: E-Block components.

This go me the first tie i played with E blocks,

If you go to search on the far left of the modules bar all the variants appear there. Only the most common appear in the rest of the toolbar
by beanie
Mon Jun 30, 2014 8:47 am
Forum: Flowcode V6
Topic: Flash memory not verified - may be due to code protect
Replies: 3
Views: 2469

Re: Flash memory not verified - may be due to code protect

Cheers Ben,

Can you single step with the pickit in flowcode? if not whats the largest memory 40 pin device the EB006 will work with?

Cheers

Matt
by beanie
Thu Jun 26, 2014 1:04 pm
Forum: Flowcode V6
Topic: Flash memory not verified - may be due to code protect
Replies: 3
Views: 2469

Flash memory not verified - may be due to code protect

Good afternoon guys, I'm hoping someone here may be able to slow down how grey I'm getting at the moment. After successfully implementing a MIAC system I decided it was time to get a set of E-blocks for development work, unfortunately I don't seem to be getting any work done other than spending the ...
by beanie
Tue May 13, 2014 4:35 pm
Forum: MIAC
Topic: Barometer setup question
Replies: 1
Views: 3566

Re: Barometer setup question

I've had a response from IDS who have given me the following information so I thought I'd put it here for future reference

Slope is 2.292 Intercept is 24.215 for inch in Hg

INCH Hg= raw voltage*2.292+24.215

e.g. 1.732 Volts is 28.18474 inch in Hg
by beanie
Fri May 09, 2014 12:53 pm
Forum: MIAC
Topic: Barometer setup question
Replies: 1
Views: 3566

Barometer setup question

Hi guys, I'm currently working on a large barometer for the side of a building using a MIAC with Advance sensor module lo connect the vernier barometer sensor. From the data from IDS who made the matrix sensors it states that the sensitivity is 435mV/inHg and across the scale of the reading this giv...