is this entry located to the correct address? Maybe it has been changed during your modifications. Just take a look into the main.lst file, search for āMIOS_MPROC_EVENT_TABLEā and ensure that it is located at 0x003080:
003080 00063 MIOS_MPROC_EVENT_TABLE
The entry for button #48 (==0x30 hexadecimal) should be located at 0x0030E0:
The entry was in the right place as you pointed out.
What bothered me was that I could not add my button parameters as the next entry in the list under the last encoder.
I now realise that the total din inputs for the 24 encoders used adds up to 48 so the next entry had to be after that, so I counted down the list and put it at number 48 in the list.
Took me 3 days but I tell you what when youāve sorted it out you give praise to MIOS and to TK for the wonderous toy he has made for all 8) 8) 8) 8) 8)
Tip for others that may suffer as I have :
I typed the numbers of the din inputs next to the list in the MIOS_MPROC_EVENT_TABLE from 0 to 127 and all my worries were over.
Later
Ian
PS. And you thought only Steve C answered his own posts