RX Int PIC32

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

Moderator: Benj

Post Reply
wayne millard
Posts: 234
Joined: Thu May 31, 2007 2:18 pm
Has thanked: 7 times
Been thanked: 12 times
Contact:

RX Int PIC32

Post by wayne millard »

Hi Flowcode team,

Are RX interrupts simulated in PIC32 chips? my be i'm doing something wrong.

Thanks,
Wayne Millard

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: RX Int PIC32

Post by Benj »

Hi Wayne,

Currently we do not simulate the UART RX interrupts for any devices. You may simply need to put a call to the interrupt macro in your main program loop when simulating.

We have a new component IsSim which allows you to detect if you are in simulation mode or not.

Post Reply