Customized nrf5340 board, firmware writes to chip with no response

I was able to run blinky successfully on my customized nrf5340 board, but it doesn't respond to writing matter related code, there is no output from the RTT, I refer to the design of the nrf5340dk, which contains a high-frequency crystal and a low-frequency crystal as well as an external flash, which is designed according to the design of the nrf5340dk, using the The same qspi pins and the same type of flash, but it doesn't respond, the firmware is determined to be working fine on the nrf5340dk, but it's having problems with my customized boards

Here is the part of my schematic if the DCCH does not make any connections in normal mode

  • I've tried outputting the qspi as pins high and low to determine if the soldering was successful, they all output high and low normally, I've also tried using the nrfjprog --qspieraseall command to erase the external flash and then re-write the firmware, it seems to erase normally, but re-write the firmware it still doesn't respond and logs

    WARNING: An operation that can take up to several minutes is being executed.
    WARNING: Please remain patient.
    Initializing the QSPI peripheral.
    Erasing.
    Uninitializing the QSPI peripheral.

  • Hi,

    Are you using a module? Where is the High frequency crystal? I see that you don't have a low frequency crystal, have you modified the nRF5340 to use the internal RC oscillator instead?

    regards

    Jared 

Related