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.
Tool/software: Code Composer Studio
I have 2 Epos 4 50/15 modules and a C2000 Piccolo kit. I need to set communication between them. How can i achieve this ?
Firstly, thank you so much..
Yes Maxon Motor EPOS4.I try to communication with RS232. But i have an issue. Sci_echoback not working. Its an example inside ControlSUITE. .s
GPIO28 and GPIO29 are not working to serial communication .s what is the problem ? Do you know about smt. about this issue?
I try ..
My Rx and Tx pins.. GPIO19->J8-75 GPIO18->J8-76
GPIO_SetupPinMux(19, GPIO_MUX_CPU2, 1);
GPIO_SetupPinOptions(19, GPIO_INPUT, GPIO_PUSHPULL);
GPIO_SetupPinMux(18, GPIO_MUX_CPU2, 1);
GPIO_SetupPinOptions(18, GPIO_OUTPUT, GPIO_ASYNC);
And my clock signal;
InitSysPll(XTAL_OSC,IMULT_40,FMULT_0,PLLCLK_BY_2);
And i use scib...
But communication is still not working ..
Refer : LAUNCHXL-F28377S Overview User's Guide
Table 4. F28377S LaunchPad Pin Out and Pin Mux Options - J8, J6