Better decompiler output
RyanHope opened this issue · 5 comments
I am not sure what is going on here...
0x1'0000'0000 - 0x2F'FCB0 = 0xFFD0'0350
Probably 0xFFD0xxxx belongs to the CAN peripheral (will be better to check user manual for your chip).
Try to add this memory area and reanalyze this (and similar) function.
Is there anyway to improve the RH850 decompiled
I dont understand what's going here. Probably you have declared a bit different types (at least, if you use default colors, the first image has volatile RAM area, that can significantly change decompiler output).
I am not sure what is going on here...
0x1'0000'0000 - 0x2F'FCB0 = 0xFFD0'0350 Probably 0xFFD0xxxx belongs to the CAN peripheral (will be better to check user manual for your chip). Try to add this memory area and reanalyze this (and similar) function.
you were right, I didnt have that memory segment defined, thought I did previously, must have deleted it by mistake