• USBD_Initialize() & USBD_Connect()
    Dear All I use keil µVision V5.10.0.2 and try the blinkey examples of mdk5-getting-started.pdf manual with success on my own HW, but in the USB HID Device example nothing works. I trace so many...
  • USBD_Initialize() & USBD_Connect()
    Dear All I use keil µVision V5.10.0.2 and try the blinkey examples of mdk5-getting-started.pdf manual with success on my own HW, but in the USB HID Device example nothing works. I trace so many...
  • const *char returns versus *char returns
    We have been moving our design from 8051 to ARM Cortex. I am seeing an error complaining that the return type does not match. error: #120: return value type does not match the function type static...
  • const *char returns versus *char returns
    We have been moving our design from 8051 to ARM Cortex. I am seeing an error complaining that the return type does not match. error: #120: return value type does not match the function type static...
  • control is not returning to assembly when tried return(0) in main of test case
    Note: This was originally posted on 27th August 2012 at http://forums.arm.com Hi, Here is my code. As you can see below from C test case main has return and main was called by assembly code by using BL...