Hi!
I am testing the nRF54L15-DK with 2.9.0 SDK and have some questions:
1. MX25R64:
- why is it used in 1-bit (spi) and not 4-bit (qspi) mode?
- OTOH this setup saves some GPIO (but reduces speed). But why is the "spi-max-frequency" set to 8M (nrf54l_05_10_15_cpuapp_common.dtsi) when the chip datasheet says it can always do 32M or more?
- is it a bad idea to not use CS pin (short it on flash chip side)?
- for the end product - should I use at least RESET pin so I can reboot the flash chip if needed?
2. Should RTT work with nRF54L15-DK? I have a project built with sysbuild and I am not able to make it work in the bootloader or in the app. My config is ok, I also upgraded J-Link to 8.12 which also upgraded the firmware on board debug MCU. Is there a test/example project that should work with nRF54L15-DK? Should RTT connection survive a reset after flash (or with a button)?
3. I know that you should not comment on new products, but I stumbled upon a DT for nRF54L20-PDK
Will it have a RISC coprocessor? I am asking because it is not in PDK DT. I also see that it has 7 serial ports, which is great for me. Will it be part of the nRF54L 05-10-15-20 lineup or will it be a separate product?
Best regards,
Marko