This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

LPC2148 SoC

Hi,

Anyone can help me to solve this problem.

For LPC2148 SoC, a software system call, number 0x55 need to be implemented in assembly language. This system call is used to measure the CPU temperature and raise an alarm if the CPU is overheated. Assume ARM mode of operation. Temperature readings are measured using ADC0 of LPC2148 and the ADC reading is available in raw 10 bit format in arm register R3, you need not to write the code for ADC initialization or control. Threshold value of temperature to activate the alarm is equal to half of the full scale ADC value (1024). Also assume that all the GPIO settings are already done and you just need to write appropriate bits in IOSET register to raise the alarm. Buzzer is connected to P0.10. IO0SET address is 0xE0028004.

1) What will be the address location (in hexadecimal) where the PC should jump to when system call is made? 
2) What should be the instruction at that address (answer from A) location in order to properly handle the system call? 
3) Write the assembly code for system call handler. Do not assume any automation of procedures from assembler. 

Parents Reply Children
No data