Search found 6 matches

by TimN-MK
Tue Jul 26, 2022 6:56 pm
Forum: General
Topic: Adding an unsupported PIC18F-Q43 device
Replies: 3
Views: 1099

Re: Adding an unsupported PIC18F-Q43 device

Thanks Ben...
by TimN-MK
Sat Jul 23, 2022 10:06 am
Forum: General
Topic: Adding an unsupported PIC18F-Q43 device
Replies: 3
Views: 1099

Adding an unsupported PIC18F-Q43 device

Is it possible to add a PIC device not in the list? E.G. the PIC18FxxQ43
I have my new target board with a PIC18F27Q43 and also a Curiosity Nano with PIC18F57Q43
by TimN-MK
Sun Sep 05, 2021 10:59 pm
Forum: General
Topic: How does Flowcode handle PIC SFR's in a branch or decision?
Replies: 5
Views: 2580

Re: How does Flowcode handle PIC SFR's in a branch or decision?

Steve, thanks for the extra detail on this.
Will addressing the union bitfield definitions in the pic16F18854.h also work in Flowcode?
eg:
if (CMOUTbits.MC1OUT) // Comparator out TRUE
or
if (!CMOUTbits.MC1OUT) // Comparator out FALSE
by TimN-MK
Fri Jul 02, 2021 12:49 pm
Forum: General
Topic: How does Flowcode handle PIC SFR's in a branch or decision?
Replies: 5
Views: 2580

Re: How does Flowcode handle PIC SFR's in a branch or decision?

Hi Ben,
That seems a bit messy, adding extra line before what sould be a simple "if" or "do while" statement?
by TimN-MK
Fri Jul 02, 2021 10:38 am
Forum: General
Topic: App to view source and assembler files?
Replies: 1
Views: 1335

App to view source and assembler files?

What app do folk use to view source file? I have used Brackets and Code Writer... but neither of these can be called via the "View C Code" tabs in FC. Code Writer is a Win10 integrated app, can't seem to locate a call parameter for this.... and Brackets can be called but only displays a "New" file (...
by TimN-MK
Fri Jul 02, 2021 8:56 am
Forum: General
Topic: How does Flowcode handle PIC SFR's in a branch or decision?
Replies: 5
Views: 2580

How does Flowcode handle PIC SFR's in a branch or decision?

E.g. I want to branch on a Comparator change, CM1CON0 but Flowcode will call it FCV_CM1CON0
- how does this get translated, do I have to create my own memory map tables? E.g 990h FCV_CM1CON0