Pass custom instruction via nrfutil device qspi erase

Hello, I have a question regarding external flash erase via `nrfutil` command line tool. Does the `nrfutil device` command support doing a qspi erase with custom qspi commands?  The goal here is to put the external flash chip into high performance mode to decrease erase time.

The `nrfjprog` tool supported passing a qspi configuration in as a `.toml` file. One parameter was `[[qspi.custom.instructions]]`, which allowed us to pass a custom command used to place the flash chip (mx25r6435f) into high performance mode.

I haven't been able to find any documentation indicating that custom commands can be passed using `nrfutil`. I am using a `qspi_config.json` file, but there is no mention of custom commands in the documentation.

Here is a similar discussion regarding the toml file used in nrfjprog vs the json file used in nrfutil, but there is no mention of custom instructions.

Any chance this feature is supported and not documented? Or perhaps planned to be implemented at some point?

Thank you!

Parents Reply Children
Related