How to read internal flash in stm32wb55
Hi,
i am working on stm32wb55 nucleo board.
I want to read data form one location of internal flash e.g 0x08047000 and write into the other location e.g 0x08007000.
i found there is HAL_FLASH_Program API available to write data into internal flash but i can't found any API for read data from flash memory.
Can you please help to how can i read data from the internal flash?
please provide me if any example code is available.
Regards,
Arjun