Search found 14 matches

by Bep
Tue Sep 29, 2020 4:40 pm
Forum: User Components
Topic: Looking for .FCD for PIC16LF15313
Replies: 3
Views: 3502

Re: Looking for .FCD for PIC16LF15313

That solved it!

Thanks,
B.
by Bep
Mon Sep 28, 2020 7:51 pm
Forum: User Components
Topic: Looking for .FCD for PIC16LF15313
Replies: 3
Views: 3502

Looking for .FCD for PIC16LF15313

Hi. Getting the "...the definition file PIC..16LF15313 is missing or corrupt" error when I create a new project. I have not been in the program for several months. I can't seem to remember how to update these files if they are available. My "check for updates" is not highlighted. Present installed v...
by Bep
Fri Apr 12, 2019 12:24 am
Forum: Bug Reports
Topic: Did PIC 16LF15354 support change?
Replies: 2
Views: 2289

Re: Did PIC 16LF15354 support change?

OK, I found the problem. I'm not surprised that the issue was on my side. The one IOC PORTABC interrupt I'm using was set incorrectly. I only wanted to look at RB7 falling edge. Somehow, multiple IO pins were selected for triggering also. Looking back several on versions of my code, this interrupt w...
by Bep
Wed Apr 10, 2019 6:29 pm
Forum: Bug Reports
Topic: Did PIC 16LF15354 support change?
Replies: 2
Views: 2289

Did PIC 16LF15354 support change?

Compiled projects do not run properly on this chip after updating on 4/9/2019. I had to re-install Flowcode to fix a similar problem back in early March. I updated Flowcode on 4/9. I remember that there were a couple PIC 16LF15354 changes included in this update. I am now stuck. re-installing did no...
by Bep
Tue Apr 09, 2019 11:46 pm
Forum: Bug Reports
Topic: Compile problems after doing updates
Replies: 1
Views: 1626

Compile problems after doing updates

This is the second time this has happened to me. I check for updates in the help tab and download. After I restart the program and compile some existing code, the resulting hex file is corrupted. I am using a PIC16LF15354. Before updating, I created a project, compiled it and uploaded to my device a...
by Bep
Thu Mar 21, 2019 11:02 pm
Forum: Flowcode V8
Topic: Problems after Microchip compiler update
Replies: 2
Views: 2260

Re: Problems after Microchip compiler update

Thanks Benj.

That was simple enough. I was hoping this would fix my other problem too. It must have been unrelated. Doing a re-install did fix it though.

B.
by Bep
Thu Mar 21, 2019 1:00 am
Forum: Flowcode V8
Topic: Any examples of using SMBus for smart batteries?
Replies: 0
Views: 3324

Any examples of using SMBus for smart batteries?

Looking for some examples for using a PIC to communicate with a smart battery. The protocol is SMBus which is essentially I2C.
I am interested in seeing how the various commands need to be sent to get remaining capacity, charge current, and so on.
I am using a PIC16LF15354.

Thanks,
Bep
by Bep
Fri Mar 15, 2019 1:40 am
Forum: Flowcode V8
Topic: Problems after Microchip compiler update
Replies: 2
Views: 2260

Problems after Microchip compiler update

Hello, I recently purchased a license for the MPLAB XC8 Pro compiler. The latest version (2.05) of their compiler was uploaded and installed per Microchip's prompt screens. Does FlowCode automatically uses the latest compiler after an update, or do I need to re-configure something? I don't know if i...
by Bep
Fri Feb 22, 2019 8:37 pm
Forum: Flowcode V8
Topic: Can't assign interrupt on CLKIN
Replies: 2
Views: 2038

Re: Can't assign interrupt on CLKIN

It looks like it works now.
Thanks Benj!

Bep
by Bep
Fri Feb 22, 2019 2:04 am
Forum: Flowcode V8
Topic: Can't assign interrupt on CLKIN
Replies: 2
Views: 2038

Can't assign interrupt on CLKIN

Using a PIC16LF15354 and am trying to use RA7 (IOCA7/CLKIN) as an interrupt input. Flowcode won't let me assign that pin as an interrupt. My guess is that is may have something to do with the clock assignment. I have configured it for Software Oscillator Mode: HFINTOSC 1 MHz. Everything else disable...
by Bep
Wed Dec 05, 2018 10:14 pm
Forum: Bug Reports
Topic: Can't Configure Input Ports PIC16F15354
Replies: 5
Views: 2925

Re: Can't Configure Input Ports PIC16F15354

OK, I had to update to version 8.1 first, then I could see the updates you pushed.

Success! Thank you so much. It looks like all the ports can now be configured as inputs.

I appreciate the very quick response to this issue.

Spencer
by Bep
Wed Dec 05, 2018 7:03 pm
Forum: Bug Reports
Topic: Can't Configure Input Ports PIC16F15354
Replies: 5
Views: 2925

Re: Can't Configure Input Ports PIC16F15354

Sorry, no results for File In-use and Full database.
by Bep
Wed Dec 05, 2018 6:23 pm
Forum: Bug Reports
Topic: Can't Configure Input Ports PIC16F15354
Replies: 5
Views: 2925

Re: Can't Configure Input Ports PIC16F15354

Thanks for finding the issue. I really appreciate the fast response. I have not seen the update yet. I clicked on help and "check for updates..." It responds with "0 Updates Available" I tried to configure PortB (B.5) and PortA (A.5) as digital inputs on my proto board and had the same problem with ...
by Bep
Tue Dec 04, 2018 8:17 pm
Forum: Bug Reports
Topic: Can't Configure Input Ports PIC16F15354
Replies: 5
Views: 2925

Can't Configure Input Ports PIC16F15354

I saw a related posting for another chip for Flowcode 6 or 7. I believe the fix was that an updated FCD file for the specific chip was needed. On Flowcode 8, I cant get any ports on the PIC16F15354 or PIC16LF15354 to function as inputs. To troubleshoot this, I made a simple flowchart that checked th...