Save data in the flash
Hello! I am trying to save the data that I receive through bluetooth in the 1M flash memory of the Nucleo board(STM32WB55). But when I call HAL_FLASH_Unlock() the program goes to HardFault_Handler function and stands in the while(1). Besides that there are many addresses that have question marks"??" what decreases the available memory for me. The start address to save to is 0x0800A000. Any idea how to make my board save properly?