Tool/software:
Hello
I am using a custom board with an AM2432 and a Winbond flash ROM.
1st question:
On the TRM, it says that during SPI boot (Primary Boot Mode as SPI), the ROM bootloader automatically selects the appropriate DELAY_FLD value.
If I need to know the selected result, am I correct to refer to the Boot Parameter Table in the on-chip SRAM? (Address = 0x701BED18, Read data = 0000 in my case)
2nd question:
After the ROM bootloader successfully loads and executes the SBL_OSPI (which was written in the flash), it seems to write a different value to the DELAY_FLD field.
I didn't manage to find the relevant section in the source code of the SBL_OSPI project. Could you point out where?
Again, if I need to know the value of the field, am I correct to refer to the register dump window of CCS? (Expression = OSPI0__OSPI_CFG_VBUSP__VBP2...DELAY_FLD, Read data = 0010 in my case)
I need to know value of the field in order to evaluate the actual waveform, whether it meets the minimum setup and hold time values.
Best regards