This is a java emulator for TI PRU CPU
The aim of the project is to implement basic assembler and emulator for TI PRU CPU.
http://processors.wiki.ti.com/index.php/Programmable_Realtime_Unit_Subsystem
Requirements: Java 8
The library is distributed under terms of MIT license.
- Interrupts
- GPIO (explicit API to set/get IO values)
- Dual-PRU emulation (cross-PRU memory mapping)
v1.0.0-SNAPSHOT
- Supported instructions: arithmetic, LMBD, LDI, JAL, JMP, QB, LBBO/SBBO, LBCO/SBCO
- Not yet implemented: SCAN, SLP
Vladimir Sitnikov sitnikov.vladimir@gmail.com