Hi Kerry and Mark,
I resolved the problem. Thank you both. I really appreciated.
I tried to compiled the example "FRDM_KEA64_WDOG" you cited and it works.
The problem is that with MCU Xpresso seems not possible to built a working image even if you chose the correct cortex Architecture. In fact I tried with simple "while(1)" code and I see always the effect of reset pin (periodically goes LOW after about 25 microseconds).
After I compiled with S32DS IDE and the image works both in FLASH memory and in RAM memory.
The effect we saw on Reset pin in properly due to an uncorrect image inside the memory. In fact if i don't write nothing in the memory or if I write the FLASH with a simple image built with MCUXpresso, then I see the RESET pin goes low periodically. (25 microseconds)
Instead If I write a sample image built with S32DS IDE, I don't see the RESET pin goes low, expect if i don't disable the watchodog (that goes LOW after some milliseconds and not after about 25 microseconds in the case of the problem in question).
I started originarly by writing and executing the image directly in the RAM. In this case if the watchdog is not diable or fed then the Reset is executed and the process tries to start to read the flash memory. If nothing is written in the flash, the Reset pins goes low periodically. (the effect in question).
So in conclusion, I think that is necessary to use S32DS IDE to build image for KEA family , even if for other Kinetis devices works also the MCUXpresso.
Thank you again
Regards