DSPRelated.com
Forums

Diff between PORT and RAM

Started by Unknown November 3, 2000


In VisualDSP's .ldf file it is possible to declare a memory segment as RAM, ROM
or PORT, such as

TYPE(DM PORT)

What is the difference? Especially in the operation of the C compiler and the
runtime libraries?