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.
RXINT1 does not throw
Moderator: Benj
-
- Posts: 89
- Joined: Wed Aug 31, 2016 4:48 pm
- Been thanked: 4 times
- QMESAR
- 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
How can we help you if you supply no information such as Flowchart ,Configuration settings ,Hardware etc. being usedPascal_2016 wrote:What am I doing wrong. Please can you help me.
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
https://www.flowcodexchange.com/
Regards QMESAR
Regards QMESAR
-
- Posts: 89
- Joined: Wed Aug 31, 2016 4:48 pm
- Been thanked: 4 times
Re: RXINT1 does not throw
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
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
- 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
Fixed on your other topic relating to this issue.
http://www.matrixtsl.com/mmforums/viewt ... 73&p=77495
http://www.matrixtsl.com/mmforums/viewt ... 73&p=77495
Regards Ben Rowland - MatrixTSL
Flowcode Product Page - Flowcode Help Wiki - Flowcode Examples - Flowcode Blog - Flowcode Course - My YouTube Channel
Flowcode Product Page - Flowcode Help Wiki - Flowcode Examples - Flowcode Blog - Flowcode Course - My YouTube Channel