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.

In watch window spi register contents not loaded

Other Parts Discussed in Thread: OMAP3530

Hi,

  I work with AM/DM37x EVM (OMAP3530 based) with windows embedded compact 7 and using BSP_WINCE_ARM_A8_02_30_00_Source

Here I am trying to access SPI2 driver and I did the following changes in the present BSP as indicated in TI forum by Adeneo tech support team;

- Under PLATFORM\EVM_OMAP3530\SRC\INC\bsp_padcfg.h:

You need to add an MCSPI2_PADS entry containing the configuration d detailed above.

- Under PLATFORM\EVM_OMAP3530\SRC\BSP_COMMON\BSP_PADCFG\bsp_padcfg.c

Add the following declaration:

const PAD_INFO MCSPI2Pads[] = {MCSPI2_PADS END_OF_PAD_ARRAY};

And add proper match in the switch case function:

case OMAP_DEVICE_MCSPI2: return MCSPI2Pads;

After that you can select SPI3 in the catalog and rebuild your BSP.

Then I made ‘clean sysgen’ for the build.  Problem is when I trace the SPI register it’s not able to watch through platform builder.

Please let know what could be the issue that prevents SPI data registers are not shown in watch window.

Regards,

Karthick