This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

off chip OAD reset vectors

Other Parts Discussed in Thread: BLE-STACK

Hi,

In overall Off chip OAD process, how does the system know that it should go to the BIM (31st page) and then come to application?

In the example projects, is it mentioned in the BIM project linker file or the Application project linker file?

  • Hi there,

    Yes there is a special linker file that is used for OAD, this reserves space for the BIM. There is also a custom .cfg file that places the application's reset vector in a known location. On reset the vector table will point to BIM.

    Are you using on chip or off chip OAD? Have you read through the OAD User's guide included in the Documents folder of the BLE-Stack SDK?
  • Hi Sean,

    Thanks for the reply. I'm using Off-Chip OAD.

    By custom .cfg file, you mean the .cfg file from the application project where we modify the (M3Hwi.resetVectorAddress  = 0x00001010) ?? Is this the one you are talking about?