Contiguous Flash

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

Contiguous Flash

546 Views
rdazcal
Contributor III

Greetings,

 

The MC9S08LC36 MCU has two Flash memories that are not contiguous.

 

Do I have to worry if my program is placed in between the memories as if it were a contiguous memory space?

Labels (1)
0 Kudos
1 Reply

229 Views
bigmac
Specialist III

Hello,

 

The contents of the PRM file for the project enable the linker to determine which address ranges are read-only, for the purpose of placing code.

 

The one exception is an absolute assembly project, where the linker is not used.  Here it is the responsibility of the programmer to determine a suitable code placement.

 

Regards,

Mac

 

0 Kudos