Quantcast
Channel: Processors forum - Recent Threads
Viewing all articles
Browse latest Browse all 17527

Creating custom GEL file for OMAP-L138 Target

$
0
0

All:

Presently, the OMAP-L138_LCDK.gel file has been used for the LCDK and now an OMAP-based target board.

However, not all of the functional items are being used on the target.

Does that mean I should customize the PSC_All_On( ) function and remove functional areas that are not being used.

For instance, I know that SATA and USB are not being used, so should I comment out (or remove)

   PSC1_LPSC_enable(0, LPSC_USB20);

   PSC1_LPSC_enable(0, LPSC_USB11);

   CFGCHIP2 = 0x09F2; // Enable USB clock, PHY_PLLON, glue logic mux(USB2 ref clk input)

and so on... to comment out or remove all setups that are not being used in the final target?

 


Viewing all articles
Browse latest Browse all 17527

Trending Articles