Power station SV implimentation

Pertains to Power Stations and all product IDs greater than 3

The memory address ranges

AddressesMemory accessed
0x0000 - 0x00FFSystem info, see next table
0x0100 - 0x1FFFEEPROM (wraps every 256 bytes)
0x2000 - 0x23FFRAM
0x2400 - 0x3FFFreturns 0
0x4000 - 0x5FFFFRAM
0x6000 - 0x7FFFreturns 0
0x8000 - 0x9FFFProgram
0xA000 - 0xFFFFreturns 0
Program memory is not accessable for commercial products.

System Information

ByteContainsValuenotes
0EEPROM size, power of 2 * 2560256 bytes
1Software version0 
2-3Processor
numeric value that follows PIC16F
18855, 18455, 1619, 18325, etc Depends on whick processor is selected
4Board revision0 or 1Only PRD_ID 4 has a revision 0
5number of linked processors0, 1, 2, 3includes other modules if linked
6RAM access and size0x82 
7RAM access base page0x20 
8FRAM access and size0x85main processor(s) only
9FRAM access base page0x40main processor(s) only
10Code access and size0 
11Code access base page0 
255Reporting processor0, 1, 2, 3write to here to access linked processors

Access and size byte

76543210
0 = read-only
1 = writable
0 = byte addressable
1 = word addressable
size power of 2 * 256