Skip to main content

Memory usage visualiser for embedded applications

Project description

Overview

Nesiac is a terminal tool for visualising memory usage in embedded programs.

As an example when run on the STM32 "HID_Standalone" project for STM32H747I-DISCO board:

image

Installation

Nesiac may be installed with pip via:

python -m pip install nesiac

The nesiac executable will then be made available in your python executables directory, which should be on your path.

Usage

Nesiac requires two files to do its analysis:

  • An ELF file for section and symbol info
  • A map file (in GCC style) for memory region info

If Nesiac is given a single path as argument, that path should be a directory containing exactly one .elf and one .map file. In that case, Nesiac will use those files for analysis.

Alternatively those paths may be overriden with the -e,--elf-file and -m,--map-file arguments.

Exporting a map file from GCC may be enabled with the -Wl,-Map=<FILE> flag.

If you are using a linker that cannot generate GCC style map files, then you can provide a dummy map file with the region info in the correct format:

Memory Configuration

Name             Origin             Length             Attributes
FLASH            0x0000000008000000 0x0000000000100000 xr
RAM              0x0000000024000000 0x0000000000020000 xrw
ITCMRAM          0x0000000000000000 0x0000000000010000 xrw
*default*        0x0000000000000000 0xffffffffffffffff

Languages

Nesiac will demangle C++ and Rust symbols when it finds them.

image

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

nesiac-0.4.4.tar.gz (7.5 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

nesiac-0.4.4-py3-none-any.whl (10.1 kB view details)

Uploaded Python 3

File details

Details for the file nesiac-0.4.4.tar.gz.

File metadata

  • Download URL: nesiac-0.4.4.tar.gz
  • Upload date:
  • Size: 7.5 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: poetry/2.0.0 CPython/3.11.5 Windows/10

File hashes

Hashes for nesiac-0.4.4.tar.gz
Algorithm Hash digest
SHA256 8eb36a4c60e27cdc430f8561446f4da67761017f7766e7411b666d77906aefb4
MD5 09b901fab86c05f3f1b2161257c7bc83
BLAKE2b-256 b8633d6bf7fb6d88566e519fa043741d749269c9a36c5e972f473b942fbae589

See more details on using hashes here.

File details

Details for the file nesiac-0.4.4-py3-none-any.whl.

File metadata

  • Download URL: nesiac-0.4.4-py3-none-any.whl
  • Upload date:
  • Size: 10.1 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: poetry/2.0.0 CPython/3.11.5 Windows/10

File hashes

Hashes for nesiac-0.4.4-py3-none-any.whl
Algorithm Hash digest
SHA256 ea6d01af23b4941871f0ad2c2a2253805bb8ef965b82dd51bddafaea58e7e9a0
MD5 4ee0e0e72e4779617a52e5e41b0e9485
BLAKE2b-256 be8b4db4f8e88c7390f5bd22efd783c0cd6da6cdea362045fb68edcd07a51538

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page