• Keil uVision. Signal Function
    Hello. I had a problem. In (Keil uVision 4), I tried to create signal function, but there were problems. how to solve them? PS use the debug board (STM32F4DISCOVERY) Image problems: yadi.sk/....
  • Cannot set a breakpoint in an assembly function
    Hello, Before I start nagging to Keil support about this, maybe you can help me: I have a couple of assembly functions, like this one __asm __irq void DAbt_Handler(void) { IMPORT gp_software_event...
  • Setting Signals to Inactive Threads
    I have couple questions regarding setting signals to inactive threads using RTX and CMSIS. Please see the example code below: osThreadId thread_id = osThreadCreate(osThread(thread_body), NULL); ...
  • pc based signal simulator
    hello sir, This is my first project in ARM7.e design a vb software in which we generate many different waveform with its many(depending on amplitude) different hex value.we are using UART for serial...
  • Problems with signal functions
    For the first time in many years I need to simulate I/O by using a signal function - specifically - toggle the T0 pin (P1.2 on a LPC915) as I am using Timer 0 as a counter. I have two problems, best...