Problems selecting Simulation Pin for interrupt

For Flowcode users to discuss projects, flowcharts, and any other issues related to Flowcode 8.

Moderator: Benj

Post Reply
CSM2711
Posts: 47
Joined: Mon Apr 16, 2018 10:28 am
Location: Germany
Has thanked: 1 time
Been thanked: 9 times

Problems selecting Simulation Pin for interrupt

Post by CSM2711 »

hello, I have the following problem. while activating the interrupt I can select any pin for the interrupt, but for the simualtionpin I can only select RA0.
Is this a bug or do I not understand something here?
Attachments
interrupt_test.fcfx
(16.44 KiB) Downloaded 200 times

User avatar
Benj
Matrix Staff
Posts: 15312
Joined: Mon Oct 16, 2006 10:48 am
Location: Matrix TS Ltd
Has thanked: 4803 times
Been thanked: 4314 times
Contact:

Re: Problems selecting Simulation Pin for interrupt

Post by Benj »

Hello,

On the embedded hardware you can specify the interrupt pin. The simulation currently cannot deal with this and is instead fixed to a single pin, in your case A0.

If you want a different pin for use with the sim then let us know and we can fix it to something else if you don't feel comfortable editing the chip definition file yourself.

Post Reply