• How to convert a BIN into an ELF object image with armlink?
    I'm wondering how I could use 'armlink' to combine or merge a binary image into another image. With the ARM GNU tools, I can do the following: 1) Perform a partial linking (switch '-r') of as input...
  • How to convert a BIN into an ELF object image with armlink?
    I'm wondering how I could use 'armlink' to combine or merge a binary image into another image. With the ARM GNU tools, I can do the following: 1) Perform a partial linking (switch '-r') of as input...
  • Can secure accesses access both secure and nonsecure address map, whereas, nonsecure only access nonsecure part of the address map.
    This question was raised in the ' How to implement a secure IoT system on ARMv8-M ' webinar, view all the questions in the round up blog post .
  • Can secure accesses access both secure and nonsecure address map, whereas, nonsecure only access nonsecure part of the address map.
    This question was raised in the ' How to implement a secure IoT system on ARMv8-M ' webinar, view all the questions in the round up blog post .
  • How to insert NOP instruction in the specified address
    Hi all I have a normal 8051's code ,but i want insert NOP instruction in the specified address without modify the original code (it meaning I didn't need to check LST file to find the address and...