Search found 78 matches

by canary_wharfe
Wed Sep 28, 2022 7:19 pm
Forum: Feature Requests
Topic: MAX30100 component
Replies: 20
Views: 4389

Re: MAX30100 component

There's an enormous amount of Arduino projects using this component on line. I've been doing a lot of reading up and many projects (and commercial equipment) using the Maxim IC are flawed in that designers are not properly getting the logic levels right between the component boards 3.3V supply and t...
by canary_wharfe
Tue Sep 27, 2022 5:51 pm
Forum: Feature Requests
Topic: MAX30100 component
Replies: 20
Views: 4389

MAX30100 component

Is there any chance of the MAX30100 I2C pulse oximeter being added to the list of official Flowcode working sensor components? It's a standard I2C interface board sensor that measures the pulse rate and the percentage oxygen in the blood.
by canary_wharfe
Wed Sep 21, 2022 11:07 pm
Forum: Bug Reports
Topic: PIC24FV16KA302 Ext Interrupts
Replies: 19
Views: 3702

Re: PIC24FV16KA302 Ext Interrupts

Thanks Steve. I have an advanced type of ASCII test editor that can copy and paste the relevant correction line in its entirety and maintain the correct line spacing within the file. Is there any chance of a final bug fix release 9.3x/9.4 of Flowcode 9 before the new Flowcode 10 is released? I under...
by canary_wharfe
Wed Sep 21, 2022 1:28 pm
Forum: Bug Reports
Topic: PIC24FV16KA302 Ext Interrupts
Replies: 19
Views: 3702

Re: PIC24FV16KA302 Ext Interrupts

Steve,

Is this an edit we can easily do to the file ourselves or is it more complicated requiring something like a hex editor?
by canary_wharfe
Tue Sep 20, 2022 6:13 pm
Forum: Bug Reports
Topic: PIC24FV16KA302 Ext Interrupts
Replies: 19
Views: 3702

Re: PIC24FV16KA302 Ext Interrupts

Ben Yes, you're right. It was the damned break points. The files work with the break point cleared. So based on your earlier comment "corruption of the project file surrounding the INT pin mask, we are investigating the reason. For now we should be able to solve the problem by hand and allow the int...
by canary_wharfe
Fri Sep 16, 2022 5:52 pm
Forum: Bug Reports
Topic: PIC24FV16KA302 Ext Interrupts
Replies: 19
Views: 3702

Re: PIC24FV16KA302 Ext Interrupts

Hello Ben The project file is just something I quickly put together for you as you asked me for a working example of the error. The mystery has just widened further because when I loaded your 'fix' file into my Flowcode neither of the LEDs light up now meaning neither of the interrupts are simulatin...
by canary_wharfe
Thu Sep 15, 2022 6:49 pm
Forum: Bug Reports
Topic: PIC24FV16KA302 Ext Interrupts
Replies: 19
Views: 3702

Re: PIC24FV16KA302 Ext Interrupts

Thanks Ben
by canary_wharfe
Wed Sep 14, 2022 4:51 pm
Forum: Bug Reports
Topic: PIC24FV16KA302 Ext Interrupts
Replies: 19
Views: 3702

Re: PIC24FV16KA302 Ext Interrupts

Any update on this? It feels like this error has just gone down a black hole.
by canary_wharfe
Tue Sep 06, 2022 3:34 pm
Forum: Bug Reports
Topic: PIC24 Timer2 Interrupts Count
Replies: 6
Views: 1575

Re: PIC24 Timer2 Interrupts Count

Thanks for the update Steve. You are correct that was the issue. The explanation has clarified the problem. However, what I don't understand (and I may be missing something so apologies in advance), is why the fix can only be applied to Flowcode 10 and not the current 9? It feels like Matrix is impl...
by canary_wharfe
Sun Sep 04, 2022 5:22 pm
Forum: Bug Reports
Topic: PIC24 Timer2 Interrupts Count
Replies: 6
Views: 1575

Re: PIC24 Timer2 Interrupts Count

Hang on a mo! There's two different things here. One is simulation speed and the other is an absolute clock count quantity / number obtained during executing an interrupt sub routine. I totally understand that the speed of simulation will be equivalent to the system performance the simulator is runn...