Hi Pascal,
If you want to partition the EEPROM, you can't partition A and B independently, because when you are use the EEPROM data size code, you will partition the size of subsystem A and B at the same time.
You can refer to the table 28-70. valid eeprom data set size codes in our reference manual K12P64M50SF4RM.PDF, the reference manual link is :
http://cache.freescale.com/files/32bit/doc/data_sheet/K12P64M50SF4.pdf?fasp=1&WT_TYPE=Data Sheets&WT_VENDOR=FREESCALE&WT_FILE_FORMAT=pdf&WT_ASSET=Documentation
But you can use subsystem A and subsystem B independently after you do the partition, because the address of subsystem A and subsystem B is your EEPROM's address in fexRAM.
For example, if you select FCCOBE[EEESPLIT]=10, FCCOB4[EEESIZE]=0X09, then your EEPROM data set size(Bytes) subsystem A+B =16+16.
Your eeprom address is from 0x1400_0000-0x1400_001f, your subsystem A is from 0x1400_0000-0x1400_000f, subsyste B is from 0x1400_0010-0x1400_001f.
When you want to swith from A to B, just change the address.
Wish my answer useful to you!
If you still have quesiton, please contact me!
Have a great day,
(Jingjing)
-----------------------------------------------------------------------------------------------------------------------
Note: If this post answers your question, please click the Correct Answer button. Thank you!
-----------------------------------------------------------------------------------------------------------------------