I’m trying to get my STM32H743 to communicate with a Cypress S25FL128S.I want to change the state of the Configuration register bit 1 from the default of zero to a one.I want to use the HAL_QSPI API to perform this write but I’m confused on how to ad...