Difference between revisions of "General Information"
From Rigol Homebrew Wiki
(→Software) |
|||
Line 18: | Line 18: | ||
;Operating System: Written from Scratch without a OS(?) | ;Operating System: Written from Scratch without a OS(?) | ||
+ | === Boot loader === | ||
+ | * [http://www.eevblog.com/forum/index.php?topic=30.msg3160#msg3160 SPI secondary boot loader] | ||
+ | |||
+ | === Command interface === | ||
* [http://www.rcgroups.com/forums/showpost.php?p=13549739&postcount=727 Some undocumented 488 commands] | * [http://www.rcgroups.com/forums/showpost.php?p=13549739&postcount=727 Some undocumented 488 commands] |
Revision as of 20:19, 5 January 2012
Hardware
- CPU
- ADSP-BF531
- Memory
- Flash EPROM: S29GL064N90TFI04 - 8MB, 16Bit
- Sample RAM: IS61LPS25636A-200 - 256K x 36 200MHz @ 250MHz
- Config FRAM: FM24CL04B - 4kb non volatile ferroelectric memory, DS1052E dumps[1][2]
- A/D Converter
- 10x AD9288-40 - 8-Bit, 40MHz MSPS Dual A/D Converter @100MHz
- A/D Driver
- LMH6552 or LMH6553[3]?
- Programmable Logic
- FPGA: Altera Cyclone III EP3C5F256C8N
- CPLD: Lattice Mach XO LCMX0256C-3TN100C
Software
- Firmware size
- 4 MB
- Reset vector
- 0xFFA0 8000
- Build with
- VirtualDSP 4.x
- Operating System
- Written from Scratch without a OS(?)