Hello,
I begin to use N2HET IDE to write HET programm and load it in RM48L952 microcontroller.
I wrote a first simple programm :
L00 CNT { reg=A, irq=OFF, max= 1 }
ECMP { next= L00, en_pin_action=ON, pin=1, action=PULSELO, reg=A, data= 1, hr_data=0}
I want to load it by using the menu : Tool ==> Send to HalCoGen with HET IDE Release 3.3 Date 30/01/2012.
When I did it I got the following error :
The destination Halcogen Het.c doesn't contain the het code array : const hetINSTRUCTION_thetPROGRAMM[]
What can I do to transfer the programm in the device?
Thanks for your Help