STM32F769 - Changing program start from 0x08000000 to 0x08020000
Hello,I am trying to change program start address in STM32F769 controller.I want to start program from 0x08020000 instead of 0x08000000 for special use case in our application.I see in c startup __iar_program_start, how do i point this to 0x08020000....