RXINT1 does not throw

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

Moderator: Benj

Post Reply
Pascal_2016
Posts: 89
Joined: Wed Aug 31, 2016 4:48 pm
Been thanked: 4 times

RXINT1 does not throw

Post by Pascal_2016 »

Hallo,

MCU 32MX250
UART cannel 2

with the RXINT1, I want to monitor the send input. Unfortunately he does not raise when the remote site sends.

What am I doing wrong. Please can you help me.

User avatar
QMESAR
Valued Contributor
Valued Contributor
Posts: 1287
Joined: Sun Oct 05, 2014 3:20 pm
Location: Russia
Has thanked: 384 times
Been thanked: 614 times

Re: RXINT1 does not throw

Post by QMESAR »

Pascal_2016 wrote:What am I doing wrong. Please can you help me.
How can we help you if you supply no information such as Flowchart ,Configuration settings ,Hardware etc. being used
we can not guess a solution for you from 1000 possible causes

To get help a person should at least make an effort to show people what you have and are doing

Pascal_2016
Posts: 89
Joined: Wed Aug 31, 2016 4:48 pm
Been thanked: 4 times

Re: RXINT1 does not throw

Post by Pascal_2016 »

The MCU is 32MX250

my configuration is

#pragma config FNOSC = FRCPLL
#pragma config FPLLIDIV = DIV_2
#pragma config FPLLMUL = MUL_20
#pragma config FPLLODIV = DIV_2
#pragma config FPBDIV = DIV_1

#pragma config DEBUG = OFF // Background Debugger Enable: OFF

#define GetSystemClock() (40000000ul)
#define GetPeripheralClock() (GetSystemClock())

#include <plib.h>

my programm see Annex
Attachments
BUG_Fix_10.fcfx
(57 KiB) Downloaded 267 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: RXINT1 does not throw

Post by Benj »

Fixed on your other topic relating to this issue.
http://www.matrixtsl.com/mmforums/viewt ... 73&p=77495

Post Reply