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.

TMS320F28374S: C2000™︎ 微控制器论坛

Part Number: TMS320F28374S
Other Parts Discussed in Thread: C2000WARE

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
#include "main.h"
float AdcIgrid[3] = {0};
float AdcVgrid[3] = {0};
float AdcItrack[3] = {0};
float AdcVdc = 0;
float AdcResults[12]={0};
float TEMPResults[4]={0};
float receivedV_CMD = 0.0f;
uint16_t modbus485_flag = 0;
uint16_t scictr = 0;
uint16_t check_Vdctime;
void main(void)
{
InitSysCtrl();//sysclk = 200MHz
DINT;
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
能不能帮忙看一下can通信有没有问题,为什么发不出数据