Browse By Tags

  • Boot Sequence of ARM Cortex, ARMCC

    I have few queries regarding ARM Cortex boot sequence. I am using Keil mdk-5 with tm4c123gh6pm Microcontroller. While going through assembly startup (startup_xx.S) code, the following sequence is given.

    Reset_Handler -> SystemInit ->__main 

    From…

  • MDK-ARM Version 5: Software Packs Explained

    MDK uses the concept of Software packs for providing support for microcontroller devices and development boards. Software Packs can also contain software components such as drivers and middleware, including example projects and code templates.

    The following…