This projects aims to create a third-party open source firmware for HP-39gs calculator. Currently mainly a emulator which will emulate TI-82/83/85/86.
Well, it's almost like... I gave up. So here is what we have:
- ARM9 core with I/D cache and MMU
- S3C2410 Interrupt Controller
- S3C2410 PWM Timer
- S3C2410 General Timer
- S3C2410 LCD Controller
- S3C2410 GPIO
- HP-39gs Buzzer Driver (PWM)
- HP-39gs Keypad Driver (GPIO)
What we do NOT have:
- Compatibility with stock bootloader
- Any way of downloading this firmware into calculator without a JTAG
- Power management
- 8xemu-39: HP-39gs port of TI-8XEMU, an tiny TI-82\83\85\86 emulator
This project is still under early development, currently you may not be able to install on your own.
Please be aware that all operations should be completed in a PC with Windows 2000 or above OS installed.
- Compile&Build
You would need IAR Embedded Workbench for ARM or KEIL MDK-ARM in order to compile the source code, GNU GCC is not offically supported currently.
- Download to calculator
Currently you would need a JTAG debugger to flash a stock HP-39gs, J-Link and J-Flash are confirmed to work, a homebrew LPT JTAG interface should also work fine.
Flash 39gs.bin in object directory to 0x0000000 of NOR Flash and your own ti-86 ROM file to 0x00080000 of NOR Flash with JTAG.
- Debug
The program should run with a simple reset after downloading. If you wish to debug with IAR or Keil, simply press Debug button(Keil) or Debug without download(IAR) should bring your calculator into debug mode (Surely, via JTAG).
- My website http://zephray.com
- My email zephray@outlook.com