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.

MCU-PLUS-SDK-AM243X: DLR integration issue

Part Number: MCU-PLUS-SDK-AM243X
Other Parts Discussed in Thread: TMDS243EVM, SYSCONFIG

Hello,

I need your help to start DLR on the AM243X (TMDS243EVM) evaluation Board, please see below the description:

 

Test 1 : On TI Eval board (AM243x) with SDK 8.6.0.45 + “TI EIP Sample (mcu_plus_sdk_am243x_08_06_00_45\source\industrial_comms\ethernetip_adapter)”  => DLR Tests OK

Test 2 : On TI Eval board (AM243x) with SDK 8.6.0.45 + “TI ICSS_DLR ” => "dlrStruct" is not refreshed correctly (SMVariables.topology stay in “Linear”) and the DLR Node seems not working well.

 

I have added the Industrial comms module:

 

Our project will use the icss_dlr.c …files. 

To initialize the DLR, I have modified the file “hsr_prp_main.c” to call EIP_drvInit() + EIP_drvStart(). 

Can you take a look to see if something wrong is the “hsr_prp_main.c”, do you know if we need to configure some specific parameter for DLR in sysconfig ?

 Thanks for your help,
Jean-Yves from Molex

hsr_prp_main.c
Fullscreen
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
/*
* Copyright (C) 2021 Texas Instruments Incorporated
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions
* are met:
*
* Redistributions of source code must retain the above copyright
* notice, this list of conditions and the following disclaimer.
*
* Redistributions in binary form must reproduce the above copyright
* notice, this list of conditions and the following disclaimer in the
* documentation and/or other materials provided with the
* distribution.
*
* Neither the name of Texas Instruments Incorporated nor the names of
* its contributors may be used to endorse or promote products derived
* from this software without specific prior written permission.
*
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX