Part Number: EVM430-FR6047
Tool/software:
GPIO_setAsPeripheralModuleFunctionInputPin(GPIO_PORT_PJ,
GPIO_PIN1 | GPIO_PIN2, GPIO_PRIMARY_MODULE_FUNCTION);
I used above function in my code to route MCLK & SMCLK to PINs of Port J.1 & Port J.2. I but on DSO not able to see these clocks. Both the clocks configured to 8MHz. I am using the internal clocks.
How to resolve this?