HI All,
anyone knows the detailed description of PINCTL register bits.
Thank you in advance.
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.
HI All,
anyone knows the detailed description of PINCTL register bits.
Thank you in advance.
Hi Viet,
In DM3730 datasheet, we can find the below information. Do you know how do I set it on DM8148?
For example, in line 622 of the evm.c as shown below (TI814X SDK Ver. 05.00.00.26), we do not know what the 0x000C0040 means here.
Could you provide some document about this question?
Also, now we use Pin Mux Utility Ver. 1.1.5.0, but we can not find where we can use output files from the utility in current 8148 PSP.
The below figure shows the mux.h in current DM8148 PSP.
Hi Dexter,
We don't have the util exactly like OMAP but we have this pin mux util that can be use for pin control (attached).
Regards,
Viet
Hi Viet,
Thank you for your reply.
I already got the attached file from local FAE, and generate two .h files for our pin define.
But now we can not replace them directly on DM8148 PSP. The way of pin define are different between PSP and the tool.
In previous project, like beagle, the way of pin define are same!