Hello, I'm using the FRDMPT2000EVM connected to my microcontroller board.
The connections betwheen the two boards are:
Reset, DRVEN, SCLK, MISO, MOSI, CS, VCCIO(3.3V), VCC5, CLK.
I'm sure the SPI communication is working ( I can read / write registers).
I verified with a scope meter on the CLK jumper(that is closed) on the eval board that the CLK signal is as per the specification (frequency 1MHz, duty cycle 50 %, voltage level 3.3V) but when I read the mainBackupClockStatus register (address 0x1A8) the bit 0 (loss_of_clock) is settled stating the external clock is not recognized, but I'm sure the clock is correct and correctly connected, I tried also to set the bit switch_to_clock_pin in the same register without success, please help me, where is the mistake?
Regards