This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

TMS320F280025C: 非FIFO模式下 如何开启SCI中断?

Part Number: TMS320F280025C

代码如下 开启后调试无法进入中断函数 但在阻塞接收下测试接收没问题

Fullscreen
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
/**
* main.c
*/
#include "device.h"
#include "driverlib.h"
#include <stdint.h>
#include <stdlib.h>
#include <stddef.h>
#include <string.h>
#include <stdio.h>
#include <math.h>
//
// Globals
//
//
// Send data for SCI-A
//
uint16_t TX_Buf[2]={0xAA,0xBB};
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX

x 出现错误。请重试或与管理员联系。