TOP Contributors

  1. MIKROE (2656 codes)
  2. Alcides Ramos (353 codes)
  3. Shawon Shahryiar (307 codes)
  4. jm_palomino (112 codes)
  5. Chisanga Mumba (90 codes)
  6. S P (73 codes)
  7. dany (71 codes)
  8. MikroBUS.NET Team (35 codes)
  9. NART SCHINACKOW (34 codes)
  10. Armstrong Subero (27 codes)

Most Downloaded

  1. Timer Calculator (136804 times)
  2. FAT32 Library (69983 times)
  3. Network Ethernet Library (55951 times)
  4. USB Device Library (46274 times)
  5. Network WiFi Library (41892 times)
  6. FT800 Library (41190 times)
  7. GSM click (28990 times)
  8. PID Library (26420 times)
  9. mikroSDK (26375 times)
  10. microSD click (25382 times)
Libstock prefers package manager

Package Manager

We strongly encourage users to use Package manager for sharing their code on Libstock website, because it boosts your efficiency and leaves the end user with no room for error. [more info]

< Back
Project

Tool: RomSizes

Rating:

10

Author: dany

Last Updated: 2018-03-02

Package Version: 5.2.0.0

Category: Other Codes

Downloaded: 1018 times

Followed by: 1 user

License: MIT license  

This tool shows the romsize of all units of a project together with rom-size details of a selected unit.

For mP, mC and mB for PIC, dsPIC and PIC32.

No Abuse Reported

Do you want to subscribe in order to receive notifications regarding "Tool: RomSizes" changes.

Do you want to unsubscribe in order to stop receiving notifications regarding "Tool: RomSizes" changes.

Do you want to report abuse regarding "Tool: RomSizes".

  • Information
  • Comments (0)

Project Blog

For mP, mC and mB for PIC, dsPIC and PIC32.

This tool shows the romsize of all units of a project together with rom-size details of a selected unit.

IMPORTANT:
- Be sure that "Include Source Lines in the Output Files, Include ROM Constants and Generate Listfile, include debug info" is checked in menu Tools -> Options -> Output -> OutputSetting.

- The tool is to be started up from within the IDE, it can not be used stand alone.

- Compile the project before tool usage.

More Details...

Screenshot

Screenshot

Screenshot

View full image
Tool settings in the IDE (Options-Tools)

Tool settings in the IDE (Options-Tools)

Tool settings in the IDE (Options-Tools)

View full image

2016-06-17: version 4.9: for the P24/P30/P33 Pic's: corrected the rom sizes (given by the compiler) to rom sizes in bytes, see http://www.mikroe.com/forum/viewtopic.php?f=107&t=33036&hilit=romsize.  

 

---------------------------------------------------------------------------------------------------------------------------------------------
Version 5.0
: added the address of the ROM item.

---------------------------------------------------------------------------------------------------------------------------------------------
Version 5.1
: Corrected an error in the constant sizecalculation for PIC24-dsPic30/33. --------------------------------------------------------------------------------------------------------------------------------------------
Decided to go back to version 5.0: this version shows the actual rom size in bytes used by constants (= 1.5 times bigger that the declaration in mP/mB) for OIC24 and P30/33. For these types of MCU's constants use only 2 bytes per 2 addresses, where 3 bytes per 2 addresses are available.

------------------------------------------------------------------------------------------------------------------------------------------

Version 5.1: Sorting on size of the modulelist corrected.

Version 5.3: Addresses > $FFFF are sorted correctly now.

ALSO FROM THIS AUTHOR

JoyStick to USB

0

The purpose of this project is to provide an interface between an “old” analog joystick (in this case a joystick from Quickshot with 2 buttons and an X and Y positioning), connected via a game port (DB15 connector) and a PC via USB.

[Learn More]

LCD

11

* 2 (alternative) libs to drive LCD's (4 bits connections): - One lib specific for 2x16, - one more generic (upto 4 rows, 16-20 chars per row). * A library to drive LCD via I2c (PCF2116 based, 1 to 4 rows, 12 or 24 chars per row * A library to drive standard LCD's via I2c * A library to drive standard LCD's via SPI.

[Learn More]

RTOS for PIC32

5

Pre-emptive RTOS for PIC32, written (almost entirely) in mikroPascal/mikroBasic/mikroC. The way of working is very easy to understand. The functionality is kept very limited with respect to other RTosses, to keep it simple. The library code only consists of 1 .mpas file...

[Learn More]