Part Number: TMS320F28379D
Other Parts Discussed in Thread: C2000WARE
Hi All,
I am currently working on the following examples:-
1.emif_ex1_16bit_asram
2. emif_ex2_16bit_asram _codemem
Hardware wise all the pins of FRAM are overlapping with EMIF1 in our personalized mcu board .Following are the changes I made:
1.Changed the starting address and length according to cmd file
#define ASRAM_CS2_START_ADDR 0x00100000
#define ASRAM_CS2_SIZE 0x00200000
EMIF1_CS2n : origin = 0x00100000, length = 0x00200000
2. Change GPIODQM to address lines.
GPIO_setPinConfig(GPIO_88_EM1A15);
GPIO_setPinConfig(GPIO_89_EM1A16);
GPIO_setPinConfig(GPIO_90_EM1A17);
The problem is test status global is showing test fail and error counter is 4
\b testStatusGlobal - Equivalent to \b TEST_PASS if test finished
//! correctly, else the value is set to \b TEST_FAIL
//! - \b errCountGlobal - Error counter
Can anyone guide me how to work on these examples and how to rectify the problem.
Regards
Drishti