Future Designs Inc. Forum


Future Designs, Inc. “Your Development Partner”

The forum is now open for registration to all! Email support@teamfdi.com to gain access.

You are not logged in.

#1 2012-07-12 21:35:22

fjrg76
Member
Registered: 2011-10-19
Posts: 16

Memory map for UEZGUI-1788-43QQS

I'm currently using CW 2.0 for developing, however I can't find where the memory map is. What I want to do is to download the code into the external RAM while in develop. Besides all that external RAM seems to be used.

It also seems that external FLASH is not being used, it's a waste of memory!!

Does anyone can led me to the answer? Thank you in advanced!!

Offline

 

#2 2012-07-16 12:15:44

fdilysle
Software Engineer
From: Huntsville, AL
Registered: 2007-06-07
Posts: 230

Re: Memory map for UEZGUI-1788-43QQS

Running code from external RAM is not recommend is it will incur a significant slow down in performance.

The memory map is found by right clicking on the project and selecting "View Memory Map (as text)".  The key areas are "Flash" and "SDRAM" only.

The external memory can be used, but the Crossworks compiler does not have a way to write directly to it.  Usually custom code must be used to write to it via the Flash drivers.

Offline

 

Board footer

Powered by PunBB
© Copyright 2002–2008 PunBB