Configuring Stack using startup_device.s

Post Reply
a_ziliu
Posts: 208
Joined: 20 Mar 2017, 10:52

28 Mar 2017, 10:52

The startup_device.s file is provided by the device vendor in a BSP. The file will be copied into a µVision project automatically after selecting Device:Startup in the Manage Run-Time Environment window. It is used to configure the size of the stack that is used by exceptions and interrupt service routines (ISR) for the current project. The stack size requirements depend on the maximum nesting of exception and ISR execution and therefore on the priority settings of the various interrupt and exception sources. Also, the heap which is used by memory allocation functions is configured in this file.

Most of the middleware components only require additional stack size, whereas the File System component also requires additional heap size. The memory requirements are stated in the Resource Requirements section of each Middleware component.

refer from keil websit

Reidisse
Posts: 43
Joined: 04 Jan 2019, 21:43
Location: Croatia
Contact:

03 Feb 2019, 19:16

Ah Ok ... go on ... what has to be done to get you to do that? Which device? Cost involved? Lead time?

Post Reply
  • Information
  • Who is online

    Users browsing this forum: No registered users and 1 guest