• event problem
    task waits for an event to be executed, when the needed events occur, the task does its job once, the problem is that do i have to use os_evt_clr to clear the event to let the task wait for that event...
  • LPC3131 USB no EP2 In events
    I'm working from the usbmem_example and have added my own descriptors and changed the USB_EP_EVENT to 7 in usbcfg.h. I have Bulk set from both in and out on endpoint2, and can get data to the OUT endpoint...
  • asm inserts
    Hello! How can i insert necessary for me asm comands like push/pop? for example i got example from here www.keil.com/.../armclang_ref_chr1383658400125.htm int add(int i, int j) { int res = 0;...
  • Program signature calculation and insertion
    I am a newbie to ARM7.I have a LPC2148 controller and a JTAG debugger.I have tried running a small led blinking code.In debug mode the led blinks but as soon as I'm out of the debug mode ,the led stops...
  • Not Possible to Insert BeakPoints
    I am using Keil MDK Version 4.02 and Debugger ULINK2. With an Evalution Board from STM Based on ARM Cortex M3, I am unable to Insert BreakPoints while debugging. But the Firmware is running in the...