Hi,
I have some trouble with EHIF BOOT_RESET function explained in CC85XX Family user's guide. Two methods mentioned in the documentation for BOOT_RESET function. Using SPI only & Using RSTn signal.
I use the function with RSTn signal method. My problem is; i have always read status word as 0x8021 after and before the next command BL_UNLOCK_SPI function. I tried several delays considering the time scaled waveform about BOOT_RESET() fn but nothing changed. In fact 0x8021 is a correct status word input to call UNLOCK_SPI function but I can't read the correct output 0x8020. I always read 0x8021.
Are there any pseudo code to explain the flow of the function.