Note, if you look at core/main.dump form your build tree (should be from the *exact* same build you are running), you can match up the addresses in the romlog (from the registers and/or stack dump) with source code, which may be quicker than trial and error.
Vector 0x10 is an invalid memory reference, e.g. the program tried to LDR from something that wasn't ROM, RAM or MMIO
Address of faulting in instruction in v5 dump -> PC=0x001BA9F0 which should be CHDK code.
I search for all dump files and the file with highest address was core/main.dump
But the highest address in the list was this.SO code cant see here.
Is it possible that something is miss to dump(i use chdk shell and elfobjdump switch on), or the Camera Firmware have too code place on this Ram ?
chdk let set some Options.opt_MD_DEBUG i have off
OPT_DEBUGGING i have switch on.
OPT_LUA_CALLNATIVE is off
BTW: is it safe when i remove OPT_CURVES / OPT_CALENDER /OPT_GAME_XXX OPT_TEXTREADER
so maybe compiletime speed up more ?
001b1938 <sentinel_>:
1b1938: 00000000 6f727265 6f6c2072 6e696461 ....error loadin
1b1948: 6f6d2067 656c7564 73252720 72662027 g module '%s' fr
1b1958: 66206d6f 20656c69 27732527 25090a3a om file '%s':..%
1b1968: 00000073 48432f41 532f4b44 50495243 s...A/CHDK/SCRIP
1b1978: 002f5354 41554c2e 00000000 48432f41 TS/..LUA....A/CH
1b1988: 4c2f4b44 494c4155 00002f42 6c657270 DK/LUALIB/..prel
1b1998: 0064616f 63617027 6567616b 6572702e oad.'package.pre
1b19a8: 64616f6c 756d2027 62207473 20612065 load' must be a
1b19b8: 6c626174 00000065 6f6e090a 65696620 table.....no fie
1b19c8: 7020646c 616b6361 702e6567 6f6c6572 ld package.prelo
1b19d8: 275b6461 5d277325 00000000 414f4c5f ad['%s']...._LOA
1b19e8: 00444544 706f6f6c 20726f20 76657270 DED.loop or prev
1b19f8: 73756f69 72726520 6c20726f 6964616f ious error loadi
1b1a08: 6d20676e 6c75646f 25272065 00002773 ng module '%s'..
1b1a18: 64616f6c 00737265 63617027 6567616b loaders.'package
1b1a28: 616f6c2e 73726564 756d2027 62207473 .loaders' must b
1b1a38: 20612065 6c626174 00000065 00000000 e a table.......
1b1a48: 75646f6d 2720656c 20277325 20746f6e module '%s' not
1b1a58: 6e756f66 73253a64 00000000 6b636170 found:%s....pack
1b1a68: 00656761 64616f6c 00006465 70736944 age.loaded..Disp
1b1a78: 5f766544 62616e45 7645656c 50746e65 Dev_EnableEventP
1b1a88: 00636f72 70736944 5f6e6f43 6e727554 roc.DispCon_Turn
1b1a98: 4466664f 6c707369 00007961 0049462e OffDisplay...FI.
thats end
>I also notice that have the LED_PR copied from the sx210 and one of the two leds has a diferent address
>#define LED_PR 0xC0220138 // -> ASM1989 10.31.2010 found at FF929B94,
this work too(i test with the blink function), its same LED position, but diffrent color now.