Flash/RAM Size

// Expert user has replied.
B Brad McDonald 3 years 5 months ago
1 1 0

Hello, Is there a method of getting MSP to retrieve the Flash and RAM sizes of an MC75?  Also, has anyone seen an MC75 RAM having Flash of 500MB?  I have a boat load of 7598's with 256MB of Flash, but stumbled across one with 500MB. Thanks Brad

Please Register or Login to post a reply

1 Replies

A Allan Herrod

Brad; First a note about the MC75.  There are actually two products, the MC75 and the MC75A.  Is it possible that the device with the additional Flash Memory was an MC75A instead?  MSP should report the A in the model number if it is. Second, there are likely a number of ways to distinguish devices with different amounts of RAM and Flash.  Since these are Windows Mobile devices, RAM is likely reflected in the amount of Program Memory, which can be collected via the Data Collection Metric TotalPhysicalMemory.  The amount of Flash is trickier, since Flash is used for a number of different purposes, including the OS, Storage Memory, Application partition, etc.  The easiest way to get Flash size information is likely to use the GetConfigData Control Module, and configure it using a Control.GetConfigData Settings Object.  This will ultimately call the EMDK function RCM_GetConfigurationData, passing a code you supply and returning whatever that API returns for that code.  Some of the codes are predefined.  MPA version will likely help distinghish an MC75 from an MC75A.  Flash Vendor, Flash Size, and RAM Size may all be useful. Since the values returned by RCM_GetConfigurationData, and hence by the GetConfigData Control Module, are very device-specific, the best way to use them is to request these value to be collected from a population of devices and then examine the data to see what it can tell you about the similarities and differences amongst those devices.  In most cases, this type of information can be used to classify devices based on key differences that matter to you. Allan

CONTACT
Can’t find what you’re looking for?