- 신규로 표시
- 북마크
- 구독
- 소거
- RSS 피드 구독
- 강조
- 인쇄
- 부적절한 컨텐트 신고
Altera's DevKit board with EDS 14.0
bare-metal application reads and writes to/from qspi flash. the application works good while loaded from jtag. While booted it from qspi flash the application hangs on indirect write. Write protection disabled. Any idea?링크가 복사됨
2 응답
- 신규로 표시
- 북마크
- 구독
- 소거
- RSS 피드 구독
- 강조
- 인쇄
- 부적절한 컨텐트 신고
Update.
The write fails due to wrong allocation of SRAM for write. It happened only when boot from QSPI flash. Use of alt_qspi_sram_partition_set() fixes it.