https://github.com/zephray/cpuid-nspire
CPUID tool for TI-Nspire series of calculators (for now)
https://github.com/zephray/cpuid-nspire
Last synced: about 1 year ago
JSON representation
CPUID tool for TI-Nspire series of calculators (for now)
- Host: GitHub
- URL: https://github.com/zephray/cpuid-nspire
- Owner: zephray
- Created: 2020-10-14T15:38:21.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2020-10-14T16:01:34.000Z (over 5 years ago)
- Last Synced: 2025-03-17T11:01:55.171Z (about 1 year ago)
- Language: C
- Size: 1.95 KB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# cpuid-nspire
A simple tool to read and show CPU and cache information for TI-Nspire series calculators. Requires Ndless to run.
You will probably not gonna to find anything interesting, all TI-nspire calculators till now are using the ARM926EJ-s core with 16KB I-cache and 8KB D-cache. Only difference is that some are using r4p0 version of the core while some newer ones are using r5p0 version of the core.
I was wondering if CX-II changed anything or even switched to FA626TE core given that they are using lots of Faradays' IP core in CX-II SoC, so I wrote this tool. And, nope. It is still 926EJs by ARM.