Closed kegilbert closed 6 years ago
Ah! There is an outstanding issue with wait calls on the NRF52840. @dlfryar ran into this issue earlier.
I believe this pr fixes the problem: https://github.com/ARMmbed/mbed-os/pull/5595
Does the example work with 5595?
You probably also need https://github.com/ARMmbed/mbed-os/pull/5606. There is still an outstanding problem with 5595 and assertions, but the example should run then assert.
Double checked by @kegilbert, this has been resolved by https://github.com/ARMmbed/mbed-os/pull/5606
Feel free to reopen if that's not the case
Ran with pins:
Source: http://infocenter.nordicsemi.com/index.jsp?topic=%2Fcom.nordic.infocenter.nrf52%2Fdita%2Fnrf52%2Fdevelopment%2Fnrf52840_pdk%2Fexternal_memory.html
Additionally tried with SPI0 from the pinnames.h file:
___- With the first set of defined pins from the product documentation I get the the following output followed by the hang:
@geky @SenRamakri