Make switches module ready for real board
This commit is contained in:
@@ -21,7 +21,8 @@ timer_status_addr: .word 0x000F000C
|
||||
dmem_start_addr: .word 0x00000400
|
||||
dmem_end_addr: .word 0x000004FC
|
||||
priority_mask: .word 0xFFFFFF03
|
||||
timer_target_value: .word 127 // change for simulation / real board
|
||||
// timer_target_value: .word 127 // for simulation
|
||||
timer_target_value: .word 65536 // for real board
|
||||
|
||||
main:
|
||||
// Initialize stack pointer to the end of the data memory
|
||||
|
||||
Reference in New Issue
Block a user