This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

Memory used for CMSIS API's implementation?

I would like to know where is the CMSIS SW stored with respect to Cortex-M3 Processor. Will it be stored inside the vendor specific on-chip flash present in MCU?

  • Hello vasanthmp,

    what are you looking for exactly? The CMSIS functions will be built with your project and normally stored in the on-chip Flash, if your device has one. If not, it will be stored in an external Flash. What is the background of your question?

    Kind regards,

    Christopher