Search found 52 matches

by miggarc
Wed Jun 22, 2022 7:27 pm
Forum: Feature Requests
Topic: Flowcode urgently needs better accessibility features
Replies: 5
Views: 1991

Flowcode urgently needs better accessibility features

Hi This is a problem I'm dealing with very often: Currently Flowcode gives their users a somehow poor control of several aspects that as straight relation with accessibility features . I'm talking about local accessibility features inside Flowcode itself, not generic Windows OS accessibility . Flowc...
by miggarc
Sat Jun 18, 2022 8:56 pm
Forum: Bug Reports
Topic: Program Flash Memory protection bit can not be changed
Replies: 1
Views: 767

Program Flash Memory protection bit can not be changed

Hi

At least for 16LF18446 ( I didn't even test with other uC ) when
Project Option is accessed and I try to change
Program Flash Memory protection bit
it is not changing and it is changing the immediately above
dropdown menu, Low-Voltage Programming Enable bit.
by miggarc
Mon Jun 13, 2022 11:22 pm
Forum: General
Topic: Interrupt On Change ( IOC ) identifying by reading Flag
Replies: 6
Views: 1629

Re: Interrupt On Change ( IOC ) identifying by reading Flag

Hi

Only on FC simulation it wasn't working.
On correspondent hardware it was working correctly .

Is there any other way to identify IOC changed pin by reading its correspondent Flag, that can also be FC simulated ?
by miggarc
Mon Jun 13, 2022 1:51 pm
Forum: General
Topic: Interrupt On Change ( IOC ) identifying by reading Flag
Replies: 6
Views: 1629

Re: Interrupt On Change ( IOC ) identifying by reading Flag

Hi

A meda some changes but it doesn't work.

Can you please take a look ?

InterruptOnChange_Pulse_Counter v2_a.fcfx
(16.68 KiB) Downloaded 55 times
by miggarc
Sun Jun 12, 2022 10:00 pm
Forum: General
Topic: Interrupt On Change ( IOC ) identifying by reading Flag
Replies: 6
Views: 1629

Interrupt On Change ( IOC ) identifying by reading Flag

Hi On this example from you (original) about IOC, InterruptOnChange_Pulse_Counter.fcfx the interrupt macro is identifying on which pin the interrupt occurred by testing which portB bit changed. 1.jpg Can't we do the same simply by reading the correspondents IOC Flags : IOCBF7 , IOCBF6 , IOCBF5 , IOC...
by miggarc
Sat Jun 11, 2022 6:35 pm
Forum: Bug Reports
Topic: PIC16(L)F18446 missing PortB IOC on Interrupt Icon Properties
Replies: 4
Views: 1374

Re: PIC16(L)F18446 missing PortB IOC on Interrupt Icon Properties

Hi

Yes... Off course ... I didn't noticed I wrote the wrong PIC name .

Sure it's about the 16(L)F18446 .

This uC is available only in a 20-pin or higher pin count because it has 18 IO pins .

Screenshot 2022-06-11 181444.jpg
Screenshot 2022-06-11 181444.jpg (47.65 KiB) Viewed 1362 times

So, Flowcode should have IOC on Port-B for this uC .
by miggarc
Sat Jun 11, 2022 3:30 pm
Forum: Bug Reports
Topic: PIC16(L)F18446 missing PortB IOC on Interrupt Icon Properties
Replies: 4
Views: 1374

PIC16(L)F18446 missing PortB IOC on Interrupt Icon Properties

Hi At least for PIC16(L)F18446 PortB Interrupt On Change is missing on the Interrupt Icon Properties It only has IOC for PortA and PortC . This is incomplete as we can see from this uC datasheet: " IOC - Interrupt-On-Change All pins on all ports can be configured to operate as Interrupt-On-Change (I...
by miggarc
Thu Jun 09, 2022 10:55 pm
Forum: Bug Reports
Topic: PIC16(L)F18446.fcdx more wrong definitions
Replies: 4
Views: 1385

Re: PIC16(L)F18446.fcdx more wrong definitions

Hi... Thanks for the rapid intervention on correcting the definitions file for the PIC16LF18446 . It's compiling correctly now ... ( at least until next errors reveal themselves ) . About the rest of the message: On a previous post of mine, PIC16(L)F18446.fcdx with wrong definitions (continuation) ,...
by miggarc
Thu Jun 09, 2022 9:40 am
Forum: Bug Reports
Topic: PIC16(L)F18446.fcdx more wrong definitions
Replies: 4
Views: 1385

PIC16(L)F18446.fcdx more wrong definitions

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. At.that time anoter problem arrived: It simulates as if all is correct (functioning as expected) but, after compiled (no errors) and tran...