<div dir="ltr">Hello,<br><br>My setup is RTEMS 4-11.3 on a STM32H7 with an external QSPI flash (IS25LP016D).<br>I have to write the code that communicates with IS25LP016D to accomplish read/write/erase.<br>I want to use JFFS2 FS on this flash device. Since I'm not very familiar with JFFS2<br>internals yet, just a few questions:<br><br>1. is the situation of writing something when the flash is full handled in JFFS2 code ?<br>   or I have to add knowledge of how occupied my flash is in my HAL code for IS25LP016D that I'm writing ?<br><br>2. does the HAL code have to be re-entrant ? or the JFFS2 has necessary synchronization so no<br>   separate threads can work with the flash in the same time ?<br><br>regards,<br>Catalin<br><div><br></div></div>