Hello Arturo,
1. Sorry for my misunderstand , we needn't add the component of "Flash_ldd".
After configure it on Cup, there is some related function under Cpu component :

2. About the write and read EEEPROM, it is directly write and read, there isn't command like Flash.
For example as Filip said : *(word*)0x14000000 = 0xAA;
There isn't the Write function for EEPROM in PE code, you can use or refer to the "Flash driver" on
NXP site :
Search Results: c90tfs_flash_driver

It includes the EEEWrite.c file, you can use it on KDS.

3. About the maximum size of EEProm , please check your chip's Reference manual :


So for your chip, the maximum size of EEPROM is 2K .
Have a great day,
TIC
-----------------------------------------------------------------------------------------------------------------------
Note: If this post answers your question, please click the Correct Answer button. Thank you!
-----------------------------------------------------------------------------------------------------------------------