-
**Describe the bug**
Using V850 module to disassemble a RH850 binary and I am hitting some unimplemented opcodes.
**Screenshots**
![image](https://github.com/NationalSecurityAgency/ghidra/assets/…
-
Data file has several errors.
One range is overlapped. RCFDC0 is on, but there are no RCFDC1 (0xFFD20000).
I also wonder is it possible to exclude some segments from importing.
For example, I hav…
-
I am using the v850 language. Most of the file disassembles correctly. There are some instructions that do not disassemble. See the attached code below
```
00002526 63 47 11 00 st.w …
-
I'm using "Ghidra processor module for Renesas v850" on RH850/U2A code.
It couldn't disassemble the following binary codes.
`0019e018 e9 77 20 10 ldsr param_4,Sr142,2`
I made a patch for v…
-
Hi
am trying to disassemble a Renesas rh850(using v850 language) dump and have bad branch result:
GHIDRA:
`ROM:00196748 f9 07 49 fe ld.hu -0x1b8 [r25 ],r0=>DAT_fffffe49`
Here is cor…
-
Successor of V850 architecture
[RH850G3MH-UserManual-Software.pdf](https://github.com/radare/radare2/files/2200051/RH850G3MH-UserManual-Software.pdf)
See also:
- https://github.com/NationalSecu…
-
Is there anyway to improve the RH850 decompiled output a little bit... below is an example of the output from your extension:
![image](https://github.com/esaulenka/ghidra_v850/assets/141005/5759c30…
-
I'm developing a CAN-FD bus for my project using the RENESAS RH850F1X-V3 MCU. When I transmit a CAN-FD frame, the receiver on the RH850 side captures it normally (Figure 1), but Wireshark indicates a …
-
I am using this FreeRTOS for RH850-R7F71684, using CS+ ide & vector table methods. But after some time one of tasks is not running randomly, Have you faced such type of problem? please help.
-
Hi, @dkulacz
I compiled my own GCC by modifying [build-gcc-v850-elf-toolchain.sh](https://github.com/dkulacz/gcc-v850-elf-toolchain/blob/master/build-gcc-v850-elf-toolchain.sh). I even used it to…