There is PRCMModuleEnable in UART_BasicExample_bbbAM335x_armTestProject. Which header file contain this function? Thanks
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.
There is PRCMModuleEnable in UART_BasicExample_bbbAM335x_armTestProject. Which header file contain this function? Thanks
Hi Anping,
This function is defined in below C file:
pdk_am335x_1_0_15/packages/ti/starterware/soc/am335x/am335x_prcm.c
Header file is:
pdk_am335x_1_0_15/packages/ti/starterware/include/prcm.h
The PRCMModuleEnable will get called from the board library as the source is compiled as part of the AM335x board libraries as you can see from the source files included in the make file here:
pdk_am335x_1_0_15\packages\ti\board\src\src_files_starterware.mk
Regards,
Pavel