• Reset_Handler at 0x26C
    In startup.s file When hovering the mouse over Reset_Handler I see 0x26C. Where this number came from? The MCU is Cortex m4. Thanks
  • 8051 linking EROR: "L6320w" reset_handler
    hi, im an 8051 noob and trying to run this example program supplied by ARM for students; AREA eval_proj, CODE ENTRY LDR r1, =0x03FF5008 ; r1 = IOPDATA address LDR r3, [r1] ; r3 = memory[IOPDATA...
  • Error: L6320W: Ignoring --entry command. Cannot find argument 'Reset_Handler'.
    .\Objects\test.axf: Error: L6320W: Ignoring --entry command. Cannot find argument 'Reset_Handler'. I have just created a sample project and added one C file to the workspace while building the target...
  • Why the interrupt function never called
    I am working with Cypress ez-usb development board. The problem come to me is that a FIFO internal interrupt function never be called. What could be the problem? It supouse to write some data to enpoint...
  • would like to use #if
    if ((&x - &y) != 1889) // 1889 IS FIXED NUMBER do not change { // do not bypass/change, see comments above while (1) // do not bypass/change, see comments above { // do not bypass/change, see comments...