Hello, thanks for the answer! , I will try to make it works
What I made till now:
1-Modify project.prm adding this
SEGMENTS .. FLASH_TO_RAM = READ_ONLY 0xE000 TO 0xE00F RELOCATE_TO 0x0200; ..ENDPLACEMENT .. FLASH_ROUTINE INTO FLASH_TO_RAM; ..END
2.Adding .h and .c to project
3.Define BUS_CLOCK in S08_Flash.h
//(in my project)#define BUS_CLOCK 4195200
4. Comment //#include "derivative.h" because this included MC9S08GT32A.h but my project uses MC9S08GT32.h
5.Run!
I watched FLASH memory with "True-Time Simulator & Real Time Debugger" connected to an Open Source BDM and to the microcontroller and..
It works!! I see in FLASH the data I've written..
Now the question is:
The Flash_Read function is missing?, How do I Read FLASH Data from source?
Thank you very much again