Search found 43 matches

by Brendan
Mon Oct 31, 2022 2:20 pm
Forum: Feature Requests
Topic: PIC32MZ Interrupt Support (SOLVED)
Replies: 5
Views: 1539

Re: PIC32MZ Interrupt Support

Thanks Steve - Much appreciated. It's for professional application and I'm regrettably not at liberty to share my code. Examples however would be to declare a UART Rx interrupt calling a very simple service routine (e.g. setting a variable), where the program will then refuse to process UART data an...
by Brendan
Mon Oct 31, 2022 12:40 pm
Forum: Feature Requests
Topic: PIC32MZ Interrupt Support (SOLVED)
Replies: 5
Views: 1539

PIC32MZ Interrupt Support (SOLVED)

Hi Guys. The Interrupt component appears to have serious issues with PIC32MZ (and I do take on-board the complexities against other PIC devices - hence avoiding a bug report), though I have many varied applications using this device (specifically - PIC32MZ2048EFG144) for which I'm having to work aro...
by Brendan
Mon Sep 26, 2022 10:55 pm
Forum: Bug Reports
Topic: One-Wire Component - GetDeviceCount
Replies: 2
Views: 793

Re: One-Wire Component - GetDeviceCount

That's great - Thank you Ben :)

All the best,
Brendan
by Brendan
Mon Sep 26, 2022 2:22 pm
Forum: Bug Reports
Topic: One-Wire Component - GetDeviceCount
Replies: 2
Views: 793

One-Wire Component - GetDeviceCount

Hi everyone. Just reporting an observation with GetDeviceCount in the generic One-Wire component. I'm working on a project that can have anything from zero to many 1-wire devices hanging on the bus, so I originally used GetDeviceCount after a ScanBus to establish number of connected devices. The rep...
by Brendan
Tue Feb 22, 2022 10:38 am
Forum: General
Topic: SOLVED: Critical Compile Error (Arduino Mega 2560)
Replies: 1
Views: 1013

Re: SOLVED: Critical Compile Error (Arduino Mega 2560)

I can confirm the issue was the result of porting across the USB Serial component unsupported by ATMEGA2560, identified by kind support from the Matrix community. Having replaced USB Serial with the UART component, I can happily confirm that the project compiled, programmed to an ATMEGA2560 Pro (MBE...
by Brendan
Thu Feb 17, 2022 2:21 pm
Forum: General
Topic: SOLVED: Critical Compile Error (Arduino Mega 2560)
Replies: 1
Views: 1013

SOLVED: Critical Compile Error (Arduino Mega 2560)

Hi Guys. I've ported a working project from PIC to ATMEGA2560 with 16MHz Xtal for professional application, so I'm using FC9 build option: 'Arduino Mega 2560' for the project. However, compile critically fails with the following message: Device: ARD.ATMEGA.ATMEGA2560 Generated by: Flowcode v9.2.0.33...
by Brendan
Thu Sep 23, 2021 10:46 pm
Forum: Bug Reports
Topic: ADC (CAL)
Replies: 4
Views: 2361

Re: ADC (CAL)

Ahh... Thanks Ben, that answers my mistake and confusion !

Named "ADC Template", appearing as "ADC Base" when included in the dashboard :)

Thanks for clearing this up,

Brendan
by Brendan
Thu Sep 23, 2021 1:28 pm
Forum: Bug Reports
Topic: ADC (CAL)
Replies: 4
Views: 2361

Re: ADC (CAL)

Thank you Martin for your early reply. My confusion arises from different FC9 behaviour when enabling what appears to be the same ADC component in FC8 (albeit "Raw Enable"). Rightly or wrongly, I recall using this in the past within the main flow, before extracting readings from the enabled ADC chan...
by Brendan
Thu Sep 23, 2021 11:24 am
Forum: Bug Reports
Topic: ADC (CAL)
Replies: 4
Views: 2361

ADC (CAL)

Hi guys.

Creating code from scratch in FC9...

In FC8, I can simply enable ADC (CAL) in FC8 and it picks up the parameters from the properties table.

Enabling the same ADC component in FC9 requires re-entry of specific binary values (?).

Thanks,
Brendan
FC9_ADC_Enable.png
FC9_ADC_Enable.png (232.28 KiB) Viewed 2361 times
by Brendan
Wed Jun 16, 2021 12:33 pm
Forum: General
Topic: Programming method
Replies: 9
Views: 4414

Re: Programming method

Thanks Steve.

I'd call for a global option. The many legacy FC projects we've created have anywhere between a few and several-dozen macros :shock:

With many such projects, I'll revert to FC8 in the hope this might change.

Many thanks,
Brendan