2025-03-18 3:40 AM - last edited on 2025-03-18 3:42 AM by Andrew Neil
Hi Everyone,
I noticed that CubeMX (version 6.14.0) generates a call to HAL_OSPI_DLYB_SetConfig in octospi.c even though I have configured the OctoSPI to bypass the delay block.
My target is a Nucleo-U5A5.
Thanks!
Timon Zijnge
2025-03-18 4:48 AM
Hello @tzijnge,
Thank you for bringing this issue to our attention.
I reported it internally.
• Bypassed if DLYBYP = 1 (no phase shift effect on DQS signal strobe). You can remove the delay Block related code.
• Used if DLYBYP = 0 to phase-shift DQS if unit delays are enabled and configured.
Internal ticket number: 205608 (This is an internal tracking number and is not accessible or usable by customers).
Thank you.
Kaouthar
To give better visibility on the answered topics, please click on Accept as Solution on the reply which solved your issue or answered your question.