Part Number: AM2612
Other Parts Discussed in Thread: UNIFLASH
I'm working with a customer using a custom designed board.
- I can provide a schematic privately.
- Saleae logic trace can be provided privately
- QSPI FLASH is IS25LP256D-RHLE.
- Meets the requirements according to our guide.
- MCU SDK version 10.02.00.15.
- SBL is OSPI, modified based on SDK example.
- Yes, we know that this is no longer supported in favor of OSPI Multicore Elf in the latest SDK.
- CCS 20.4.0.
- SBL FLASH'd with Uniflash tool.
The SPL does not appear to be successfully loaded by the bootrom. The intent has been to debug the SBL using the instructions found here.
When this proved unsuccessful, we decided to put the QSPI lines on a logic analyzer for some additional insight into what might be going wrong. We see the following sequence of events:
- Single CMD 0x9F product identification read.
- 1S mode
- Clock frequency 6.25MHz
- Repsonse 0x9D 0x60 0x19 0x9D (expected)
- 16x CMD 0x9F product identification reads.
- 1S mode
- Clock frequency 50MHz
- Response 0x9D 0x60 0x19 0x9D (expected)
- ~50us gap
- Single CMD 0x6B fast read quad.
- 4s mode
- Clock frequency 50MHz
- 3-byte address 0x000000
- 1-byte dummy
- Response (4s mode) 0xEEEE 0xEEEE 0xEEEE 0xEEEE
- ~60us gap
- Repeat steps 1 through 5 again, four times in total, after which point there is no more traffic.

We are a bit stumped on what might be happening and next steps. We are looking for advisement.
Thanks,
Stuart