Hello John ,
As you wrote it was a Font issue , I cleared the "Clear Font" and it worked thanks .:smileyhappy:
But Now when I Do a Program/Verify I get the following message :
================================
Performing PROGRAM operation on MC56F84789 through the UTAP . . .
Error 1: Unaligned srecord at C:/work/Bootloader/uC/Bootloader/MC56F84789_Internal_PFlash_LDM/56F84789_Bootloader.elf.S:271: "S30B0001F3FDCDAB3412FF0046" .
=============================================
But when I am using the Flash operation using the Codewarrior I do not get any Error , please see the following :

Console output :
====================================
fl::target -lc "LC for Simple Flash"
fl::target -b 0x60400 0x1000
fl::target -v off -l off
cmdwin::fl::device -d "MC56F84789_P_FLASH" -o "144kx16x1" -a 0x0 0x6bfff
cmdwin::fl::image -f "C:\\work\\Bootloader\\uC\\Bootloader\\MC56F84789_Internal_PFlash_LDM\\56F84789_Bootloader.elf.S" -t "Auto Detect" -re on -r 0x0 0x6bfff -oe off
cmdwin::fl::erase image
Beginning Operation ...
-------------------------
Auto-detection is successful.
File is of type Motorola S-Record Format.
Auto-detection is successful.
File is of type Motorola S-Record Format.
Performing target initialization ...
Erasing ......
Erase Command Succeeded.
cmdwin::fl::write
Beginning Operation ...
-------------------------
Auto-detection is successful.
File is of type Motorola S-Record Format.
Programming ...
Program Command Succeeded
Flash Operation. done
cmdwin::fl::device -d "MC56F84789_X_FLASH" -o "152kx16x1" -a 0x8000 0x3ffff
cmdwin::fl::image -f "C:\\work\\Bootloader\\uC\\Bootloader\\MC56F84789_Internal_PFlash_LDM\\56F84789_Bootloader.elf.S" -t "Auto Detect" -re on -r 0x8000 0x3ffff -oe off
cmdwin::fl::erase image
Beginning Operation ...
-------------------------
Auto-detection is successful.
File is of type Motorola S-Record Format.
Auto-detection is successful.
File is of type Motorola S-Record Format.
Nothing to erase. No sectors selected
Erase Command Succeeded.
cmdwin::fl::write
Beginning Operation ...
-------------------------
Flash Operation. ...
Auto-detection is successful.
File is of type Motorola S-Record Format.
Programming ...
Programming warning. No data to be programmed in selected flash memory range.
Program Command Succeeded
Flash Operation. done
fl::target -lc "LC for Simple Flash"
fl::target -b 0x60400 0x1000
fl::target -v off -l off
cmdwin::fl::device -d "MC56F84789_P_FLASH" -o "144kx16x1" -a 0x0 0x6bfff
cmdwin::fl::erase all
Beginning Operation ...
-------------------------
Performing target initialization ...
Erasing ..........
Erase Command Succeeded.
cmdwin::fl::device -d "MC56F84789_X_FLASH" -o "152kx16x1" -a 0x8000 0x3ffff
cmdwin::fl::erase all
-------------------------
Erasing ..........
Erase Command Succeeded.
cmdwin::fl::device -d "MC56F84789_P_FLASH" -o "144kx16x1" -a 0x0 0x6bfff
cmdwin::fl::blankcheck all
Beginning Operation ...
-------------------------
Flash Operation.
Blank Checking ..........
BlankCheck Command Succeeded.
cmdwin::fl::device -d "MC56F84789_X_FLASH" -o "152kx16x1" -a 0x8000 0x3ffff
cmdwin::fl::blankcheck all
Beginning Operation ...
-------------------------
Flash Operation.
Blank Checking ..........
BlankCheck Command Succeeded.
fl::target -lc "LC for Simple Flash"
fl::target -b 0x60400 0x1000
fl::target -v off -l off
cmdwin::fl::device -d "MC56F84789_P_FLASH" -o "144kx16x1" -a 0x0 0x6bfff
cmdwin::fl::image -f "C:\\work\\Bootloader\\uC\\Bootloader\\MC56F84789_Internal_PFlash_LDM\\56F84789_Bootloader.elf.S" -t "Auto Detect" -re on -r 0x0 0x6bfff -oe off
cmdwin::fl::erase image
Beginning Operation ...
-------------------------
Auto-detection is successful.
File is of type Motorola S-Record Format.
Auto-detection is successful.
File is of type Motorola S-Record Format.
Performing target initialization ...
Erasing ......
Erase Command Succeeded.
cmdwin::fl::write
Beginning Operation ...
-------------------------
Flash Operation. ...
Auto-detection is successful.
File is of type Motorola S-Record Format.
Programming ...
Program Command Succeeded
Flash Operation. done
cmdwin::fl::device -d "MC56F84789_X_FLASH" -o "152kx16x1" -a 0x8000 0x3ffff
cmdwin::fl::image -f "C:\\work\\Bootloader\\uC\\Bootloader\\MC56F84789_Internal_PFlash_LDM\\56F84789_Bootloader.elf.S" -t "Auto Detect" -re on -r 0x8000 0x3ffff -oe off
cmdwin::fl::erase image
Beginning Operation ...
-------------------------
Auto-detection is successful.
File is of type Motorola S-Record Format.
Auto-detection is successful.
File is of type Motorola S-Record Format.
Nothing to erase. No sectors selected
Erase Command Succeeded.
cmdwin::fl::write
Beginning Operation ...
-------------------------
Flash Operation. ...
Auto-detection is successful.
File is of type Motorola S-Record Format.
Programming ...
Programming warning. No data to be programmed in selected flash memory range.
Program Command Succeeded
Flash Operation. done
================================
Please advise if you have a solution as I need to give our production line an easy tool for programming ( via command line ...batch ...)
Thanks in advance for your support
Ruvi