I am new to 1114, and I wrote a program but cannot enter the interrupt. I would like to ask for help from my colleagues. I want to use the timer capture function, and I would be grateful if you can gi...
I have created a communication program using libusb library, using usb_interrupt_read for receiving, but this function is non-blocking, and the dead loop takes up too much CPU. I have tried select, mo...
mov r5, #NFCONF ;DsNandFlash ldr r0, [r5, #4] bic r0, r0, #1 str r0, [r5, #4] ldr pc, =copy_proc_beg[color=#FF0000]Here pc does not jump to the copy code segment below (I tested this sentence by turni...