This is a minimal ARM Cortex-M4 microprocessor based modular environment, that can successfully perform following tasks:
- Stores Individual Employee Informations into compact structures
- Uses one unique data.s file to avoid data leakage
- Computes overtimes, attendances, leave deficits, etc.
- Performs tax computations by slab system
- Generates alerts for anomalies
- Sorts employee informations based on net salary
- Generates full-payslip using ITM Ports
Md. Abdullah Bin Sorwar Chowdhury
© A.S. Studios, All rights reserved
For queries:
email: mdabdullah-2023715965@cs.du.ac.bd
- Clone the repository onto your PC and run it using Keil uVision (download it if you don't have)
- Install the app and the software packs for ARMCM4 Device
- Open from Project -> Open Project then move to the directory where you cloned the repository
- Open the project file (main.uvprojx), build and debug to see results in the debug window and Memory 1
Feel free to suggest any further updates!