Analog Devices VisualDSP++ 3.5 Manual page 232

Linker and utilities manual for 16-bit processors
Hide thumbs Also See for VisualDSP++ 3.5:
Table of Contents

Advertisement

Memory Management Using Overlays
Processor P1
Non-Overlay Memory
main()
{
.plt_foo();
}
Figure 5-5. PLITs and Overlay Memory – Inter-Processor Calls
5-26
Processor P2
Non-Overlay Memory
P2_Overlay_Manager()
{
// manager routines
}
/* PLIT & overlay manager
handle calls using the
PLIT to resolve calls
and load overlays as
needed */
.plt_foo:
call
P2_Overlay_Manager
Processor P2
Overlay Storage
P2 Overlay
f o o ( ) {. . .}
Processor P2
Overlay Memory
// current overlay
VisualDSP++ 3.5 Linker and Utilities Manual
for 16-Bit Processors

Advertisement

Table of Contents
loading
Need help?

Need help?

Do you have a question about the VisualDSP++ 3.5 and is the answer not in the manual?

Subscribe to Our Youtube Channel

Related Products for Analog Devices VisualDSP++ 3.5

Table of Contents