We have a AM3352 based design.
We are bringing up a brand new board and I would like enable GPIOs, I2C buses, USB, UARTs and pretty much the the kitchen sink so we can test our boards.
To do this as I understand I would need to go module by module and enable the clocks and disable standby and idle modes. Also, for each power domain and module I would need to enable the clock control set it to functional and prevent the clock from sleeping.
All this said is there C code (and/or gel file that does this) or even better a simple way to turn off the PRCM when we are doing board bring up and test. I would think there may be a master switch that effectively disables the power management IC from the ARM. Without doing this for example GPIOS 1-3 are disabled and I need them (one of many examples)
I figured for board bring up and test this should be fairly common. So, there should be example code. We are CCS5 and USB560 System Trace Debugger and at this stage are just using TI BIOS (RTOS).
Sorry if there is C code or a gel file I have missed that is on the website.
Aaron