Resolved! Why OCTOSPI registers aren't accessible on NUCLEO-L4R5ZI-P?
Hi,I'm trying to configure manually OCTOSPI registers in order to implement Hyperbus protocol but when I try to write registers it has no effect...I'm using that command: OCTOSPI1->CR = OCTOSPI1->CR | (0x1 << 0);But the register keep it's value 0.