Search found 5 matches

by Bernie_P
Fri Apr 26, 2019 8:43 am
Forum: Flowcode V8
Topic: Problem Compiling a Flowcode Project using SPI Slave module
Replies: 6
Views: 3052

Re: Problem Compiling a Flowcode Project using SPI Slave module

Hi Ben,

Thank you for looking into the issue, I have applied the update and the code now compiles without erroring.

Thanks

Bernie.
by Bernie_P
Wed Apr 24, 2019 11:48 am
Forum: Flowcode V8
Topic: Problem Compiling a Flowcode Project using SPI Slave module
Replies: 6
Views: 3052

Problem Compiling a Flowcode Project using SPI Slave module

Hi, I have been trying to compile a simple SPI Slave Flowcode program based on an example in this thread https://www.matrixtsl.com/mmforums/viewtopic.php?t=20526 the only difference is that the target device I am using is a PIC16F1933, SPI 'Channel 1' instead of 'Channel 2' and I am using the corres...
by Bernie_P
Wed Apr 24, 2019 10:39 am
Forum: Flowcode V8
Topic: View ASM...
Replies: 4
Views: 2824

Re: View ASM...

Hi, As a follow up, I have now managed to assembly a Flowcode .as file in MPLAB X IDE v5.15. It appears that Flowcode uses an older version of the XC8 compiler (XC8.exe) whereas MPLAB uses the current version v2.05 (XC8-cc.exe) and there have been some changes to the new version http://microchipdeve...
by Bernie_P
Thu Apr 18, 2019 3:19 pm
Forum: Flowcode V8
Topic: View ASM...
Replies: 4
Views: 2824

Re: View ASM...

Hi Ben, Thank you for your reply, I've found the .as file you mentioned and tried it MPLAB X, but unfortunately it causes a build fail when the file is assembled, as follows, { "make: *** No rule to make target 'build/default/production/_ext/1472/Flowcode1.o'. Stop. BUILD FAILED (exit value 2, total...
by Bernie_P
Thu Apr 18, 2019 9:41 am
Forum: Flowcode V8
Topic: View ASM...
Replies: 4
Views: 2824

View ASM...

We currently use Flowcode 5, but have a project that requires two Microchip microcontrollers communicating via SPI, where one is the Master and the other is the Slave. Flowcode 5 has a module for legacy SPI Master but no module for Slave, therefore we are trialing Flowcode 8, which has both Master a...