Re: MRF90XAM9A interfacing help
Looking at the PLL, so I modified the init to debug if PLL is locked"
Code:
'Verify PLL Lock Flag
bReg_Address = $0E 'FTPRIREG
gosub RegisterRead
PLL_LOCK = 0
PLL_LOCK = bReg_Value.1
'You can test this bit to see if PLL Is Locked
debug "PLL Lock=",bin1 PLL_LOCK,13
Debug shows a '0' so its not locked..... not real sure what that means...... MC site for support on this is thin indeed.
I can't believe no one who has read this thread has not done this, I can't believe I am the only one!
"If we knew what we were doing, it wouldn't be called research"
- Albert Einstein
Bookmarks