Search found 52 matches

by miggarc
Mon Jun 06, 2022 9:40 pm
Forum: Bug Reports
Topic: PIC16(L)F18446.fcdx with wrong definitions (continuation)
Replies: 5
Views: 1627

Re: PIC16(L)F18446.fcdx with wrong definitions (continuation)

Hi... I was thinking about marking this topic as Solved but, at the very last moment before I did it, another related problem arose: I found result frequency doesn't change with different options from Clock Source Select , at least for any PIC16LF18446 timer interrupt properties where this drop down...
by miggarc
Sat Jun 04, 2022 4:23 pm
Forum: Bug Reports
Topic: PIC16(L)F18446.fcdx with wrong definitions (continuation)
Replies: 5
Views: 1627

Re: PIC16(L)F18446.fcdx with wrong definitions (continuation)

Hi Steve

Your cue did the trick .

How do I mark this as solved ?
by miggarc
Fri Jun 03, 2022 1:50 pm
Forum: Bug Reports
Topic: PIC16(L)F18446.fcdx with wrong definitions (continuation)
Replies: 5
Views: 1627

PIC16(L)F18446.fcdx with wrong definitions (continuation)

Hi On May 31, 2022 10:38 pm I posted a bug report named PIC16(L)F18446.fcdx with wrong definitions . You promptly solved this uC definitions and all compile well. The problem is, even with an absolute simple flowchart like this PIC16LF18446_tests_Port_C_LED_second_counter .fcfx timer 2 is still not ...
by miggarc
Wed Jun 01, 2022 1:30 pm
Forum: Bug Reports
Topic: PIC16(L)F18446.fcdx with wrong definitions - partially [SOLVED]
Replies: 2
Views: 1064

Re: PIC16(L)F18466.fcdx with wrong definitions

Hi and thanks for you rapid answer. It is solved ... Microchip MPLAB XC8 C Compiler V2.10 Build date: Jul 30 2019 Part Support Version: 2.10 Copyright (C) 2019 Microchip Technology Inc. using updated 32-bit floating-point libraries; improved accuracy might increase code size . Memory Summary: Progra...
by miggarc
Tue May 31, 2022 10:38 pm
Forum: Bug Reports
Topic: PIC16(L)F18446.fcdx with wrong definitions - partially [SOLVED]
Replies: 2
Views: 1064

PIC16(L)F18446.fcdx with wrong definitions - partially [SOLVED]

Hi I found PIC16(L)F18446.fcdx file has bugs and produces wrong results, at least, on Flowcode 9 . During compilation FC9 reports errors with interrupts. The problem is it refers to PIR1bits and PIE1bits, when, in reality, it should be PIR4bits and PIE4bits . Please review not only the above describ...
by miggarc
Tue Feb 22, 2022 4:48 pm
Forum: General
Topic: How to define a U Long Constant for dealing with time on a 32 bit "scale"
Replies: 6
Views: 2029

Re: How to define a U Long Constant for dealing with time on a 32 bit "scale"

Thanks for the explanation.

I will try it.

Anyway, both a U Long Variable and a
U Long Constant use the same amount of program space memory, doesn't they ?
by miggarc
Tue Feb 22, 2022 10:14 am
Forum: General
Topic: How to define a U Long Constant for dealing with time on a 32 bit "scale"
Replies: 6
Views: 2029

Re: How to define a U Long Constant for dealing with time on a 32 bit "scale"

H So, if I define a Constant CNT_msToWait = 1000 it will not give correct results on the inequation bellow, because msCurrent and .msPrevious variables are U Long . msCurrent - .msPrevious >=.CNT_msToWait Can I force U Long, when creating the Constant, by putting zeros at the left of desired value ?...
by miggarc
Mon Feb 21, 2022 8:58 pm
Forum: General
Topic: How to define a U Long Constant for dealing with time on a 32 bit "scale"
Replies: 6
Views: 2029

How to define a U Long Constant for dealing with time on a 32 bit "scale"

Hi I'm dealing with time, applying the Arduino "millis" concept to Flowcode on a PIC uC . From what I perceived, Flowcode sets Constants to " Z " domain ( - 32768 to 32767 ) by default . That said and, until now, I'm creating Constants as they were variables, so they could assumed as U Long ones, li...
by miggarc
Sat Feb 19, 2022 11:08 pm
Forum: Feature Requests
Topic: Flowcode 9 Dark Theme Quick Access Toolbar icons color
Replies: 3
Views: 2006

Re: Flowcode 9 Dark Theme Quick Access Toolbar icons color

Hi Steve The ribbon icons are perfectly distinguishable, even in Dark Theme with current color, as they are really much bigger than QAT icons. The problem is really QAT icons dark theme poor perception, because they are small (as they should be, off course). If you need to change both simultaneously...
by miggarc
Fri Feb 18, 2022 7:36 pm
Forum: Feature Requests
Topic: Flowcode 9 Dark Theme Quick Access Toolbar icons color
Replies: 3
Views: 2006

Flowcode 9 Dark Theme Quick Access Toolbar icons color

Hi Matrix Staff I love flowcode 9 dark theme and I think all color combination are right except for one, very important, aspect: Yes, you know, not only from the post tittle but also from your own experience, Flowcode 9 Dark Theme Quick Access Toolbar icons color turn them barely visible and consequ...