Hi I am using FMS320F280025, i would like to know that what way to check pin is configured as EPWM or GPIO?
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 I am using FMS320F280025, i would like to know that what way to check pin is configured as EPWM or GPIO?
1. I cannot find the register.
2. I am using driverlib adn F280025. any particular command can be used.
Hi Hung,
1. Can you view the TRM to see "GPAGMUX" or "GPAMUX"? You can also see these registers in the "Registers" view of CCS.
2. You can use HWREGH (from hw_types.h file) command in driverlib to do a direct read of a register.
Regards,
Vince