• reset vector address beyond 64k
    Dear all, In our project we are using P87c51mc2 micro controller and a 512k bytes flash. Our requirement is, we don't want put any single instruction below 96k(onchip rom of the controller).Any code...
  • reset vector address beyond 64k
    Dear all, In our project we are using P87c51mc2 micro controller and a 512k bytes flash. Our requirement is, we don't want put any single instruction below 96k(onchip rom of the controller).Any code...
  • Reset vector not mapped to address 0x0
    Hello, I have stripped a large project of all its files, except the startup file. Then I added USB support and adjusted the scatter file, like this: ; ******************************************...
  • Reset vector not mapped to address 0x0
    Hello, I have stripped a large project of all its files, except the startup file. Then I added USB support and adjusted the scatter file, like this: ; ******************************************...
  • setting reset vector address for ST-Link debugger in keil
    I am using STM32L072( cortex M0+) with kel5.23 . My application start address is not the default reset vector address. It has been changed from 0x8000000 to 0x802000. I have changed the startup file...