Page 1 of 1

RX Int PIC32

Posted: Mon Apr 01, 2019 10:43 pm
by wayne millard
Hi Flowcode team,

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

Thanks,
Wayne Millard

Re: RX Int PIC32

Posted: Tue Apr 02, 2019 1:17 pm
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.