Hello QJ Wang, Thank you very much for the response! It seems like the pipeline mode has been enabled. Still i tried to set the bit that controls it as follows: FLASH_CONTROL_REGISTER->FrdCntl.FRDCNTRL_BITS.PFUENA = 1U; I also tried *not* to define `_L2FMC` macro (is this correct?) and to set the bit as FLASH_CONTROL_REGISTER->FrdCntl.FRDCNTRL_BITS.ENPIPE = 1U; In both cases the bit has been pre-set, and setting it did not change the API behavior. It still hangs. Did I enable the pipeline mode correctly, and if so what else should I try? Thank you! R.
↧