User Activity

Hello,I am getting an error in HAL_FLASH_Program, error: 'FLASH_TYPEPROGRAM_BYTE' undeclared (first use in this function); did you mean 'TYPEPROGRAM_BYTE'?why is this programming type not supported FLASH_TYPEPROGRAM_BYTE. Can anyone suggest a solutio...
Hi All,I have created two projects. One is for the bootloader and another one is for the Application and will place the bootloader in the starting position of the flash, which is 0x08000000. And application into 0x08040000.Below is the code for bootl...