HAL_NOR_ProgramBuffer() memfault & supported devices
Hello,
I want to use the buffer program feature of my IS29GL064 NOR flash in order to increase the programming speed.
For this I replaced HAL_NOR_Program() by HAL_NOR_ProgramBuffer() in the NOR flash demo and got a memfault. Did some debugging and doubt the code, especially because I found this post here
BUGS: HAL_NOR_ProgramBuffer() is riddled with them
Has the reported bug, if any, been already fixed ?
Second, I wonder if my ISSI flash is supported because of the following comment in stm32h7xx_hal_nor.c
This function must be used only with S29GL128P NOR memory.IMHO all devices which support the necessary commands, e.g. NOR_CMD_DATA_BUFFER_AND_PROG, should be able to use this feature and HAL function.
Any hints, news, updates or comments?
Thank you
