Hi @Sanket_Parekh
Thank you so much for your reply It was pretty helpful. While implementing Parallel Flash Mode, we observed a few things as mentioned below:
1. As per the reference manual, we have to send the flash address divided by two for erase, program, and read operations to perform in parallel mode. PFB reference manual snapshot.
But, we observed the FSPI is not working as expected as per the below highlighted note. Instead, it was working fine when passing the address without dividing by two which seems the module itself taking care of the address division. Can you confirm the address to be passed in parallel mode?

2. We are enabling 4 Byte addressing mode during initialization and reading the Flag Status Register from the flash chips in parallel mode and observed the 4-Byte addressing bit is not getting set, whereas in the individual mode, it is set as expected. Can you please provide your input on this behavior when FSPI is reading flag status in parallel mode?
Request you to please provide your input.