Hi,
is it possible to read/write the MX25R6435F external SPI NOR flash using Indirect Mode (https://wiki.segger.com/Programming_External_SPI_Flashes) with Segger JLink?
Currently I am getting
[/quote]According to segger.com/downloads/supported-devices.php parallel CFI NOR flash should be supported:
Is the MX25R6435F CFI compliant?
If I deselect automatic flash memory detection in the project settings, I cannot see the flash device:
[img]https://devzone.nordicsemi.com/resized-image/__size/320x240/__key/support-attachments/beef5d1b77644c448dabff31668f3a47-ae42c2b26f814437bd7d77d4c9318e22/pastedimage1568961669605v1.png[/img]
JFlash SPI, which I would use to connect the device in direct mode supports the device:
segger.com/products/debug-prob…es/supported-spi-flashes/
Is it possible to use the indirect mode or do I need to solder and interface directly with the flash chip?
Thanks,
Markus
is it possible to read/write the MX25R6435F external SPI NOR flash using Indirect Mode (https://wiki.segger.com/Programming_External_SPI_Flashes) with Segger JLink?
Currently I am getting
Source Code
- - Start of determining flash info (Bank 1 @ 0x00000000)
- - ERROR: Could not find CFI compliant flash device
- - ERROR: Error while determining flash info (Bank 1 @ 0x00000000)
- - ERROR: Failed to read back target memory
- Disconnecting ...
- - J-Link: Flash download: Bank 0 @ 0x00000000: Skipped. Contents already match
- - Disconnected
Cortex-M4 | Parallel CFI NOR flash Internal flash |
Is the MX25R6435F CFI compliant?
If I deselect automatic flash memory detection in the project settings, I cannot see the flash device:
[img]https://devzone.nordicsemi.com/resized-image/__size/320x240/__key/support-attachments/beef5d1b77644c448dabff31668f3a47-ae42c2b26f814437bd7d77d4c9318e22/pastedimage1568961669605v1.png[/img]
JFlash SPI, which I would use to connect the device in direct mode supports the device:
segger.com/products/debug-prob…es/supported-spi-flashes/
Is it possible to use the indirect mode or do I need to solder and interface directly with the flash chip?
Thanks,
Markus