Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Request for an example available in embARC that demonstrates use of the quad SPI flash on EMSDP #166

Open
benhaim1 opened this issue Aug 10, 2021 · 1 comment
Assignees

Comments

@benhaim1
Copy link

Issue Summary

Request for an example available in embARC that demonstrates use of the quad SPI flash on EMSDP

  • Type: *Enhancement
  • Category: Usability
  • Priority: *High

Enhancement

Hi,

This is a request for an example available in embARC that demonstrates use of the quad SPI flash on EMSDP.
The EMSDP is equipped with 16MB of SPI flash memory (supporting Quad mode and eXecute In Place). However this SPI flash cannot be accessed externally.

The registers field for the image location records the position of the boards boot switches, such that it can be interpreted by software. The availability of each of the settings is depending on the implementation of the boot loader. Current example implements the image loading from the PSRAM memory.

We would like to add an additional step to copy the image from flash memory to an executable memory location, rather than using the PSRAM immediately, the bootloader would need to be updated to support the SPI flash device. Furthermore, it would require a flash application to be executed on the core to initialize the flash memory with the executable image prior to execution.

Unfortunately there is not yet an example available in embARC OSP that demonstrates the use of the quad SPI flash on EMSDP. Since there are more customers who are interested in using the SPI flash, it would be good if the embARC team could provide such example.

Thank you,
Guy

@YuguoWH
Copy link
Contributor

YuguoWH commented Aug 11, 2021

Thank you for your advice!

@YuguoWH YuguoWH self-assigned this Aug 11, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants