http://tech.swissmicros.com/DM42PGM
- There is DMCP interface doc in progress see DMCP IFC doc (or you can download HTML zip file from doc directory).
The DM Calculator Platform (DMCP) is the OS for the DM42 calculator and comes as a binary file DMCP_flash_X.Y.bin. The OS runs executable modules like Free42 which have a .pgm extension. Both binaries are found here link to binaries
The DM42 has two menus, the DMCP Menu and the System Menu. The System Menu is the regular menu as known from previous versions, see DM42 User Manual for details.
- "Program Info" display information of the program loaded in the CPU
- "Run Program" runs the program loaded in the CPU
- "Load Program" copies an executable module from the FAT partition to the flash memory of the CPU
- "Load QSPI from FAT" should not be needed
- "Settings" for Time and Date
- "Active USB Disk" puts the DM42 in USB mode for file copy
- "Enter System Menu" jumps to the main System Menu
- "About" displays general information
- Active USB disk in the setup menu
- Copy both DMCP_flash_X.Y.bin and the .pgm file from the PC/MAC to the FAT partition of the DM42
- Eject DM42 from PC/MAC
- On the DM42, SETUP > System > Flash firmware from FAT.
- Once finished the calculator resets and displays the DMCP Menu.
- Choose "Load Program" and select DM-X.Y.Z.pgm
- Once loaded, select "Run Program" and Free42 starts.
Read the README_build .